Alex

Results 235 comments of Alex

to analyze your issue one has to attach the input sample...

what is the size of your file if it's small enough you could attach it here, just drag-n-drop and github will add it ...

Here are the defines in FreeBSD 14: https://github.com/freebsd/freebsd-src/blob/releng/14.0/include/endian.h

https://github.com/cea-sec/miasm/issues/792#issuecomment-403376418 @PavelKotov1 after 6 years... are you still on FreeBSD?

+1 for this tricky opcode! :) ![image](https://github.com/zrax/pycdc/assets/765343/7d94ca34-1147-4965-b15a-c3fdf8632c50)

open up ASTTree.cpp add new case for new opcode like case Pyc::BEFORE_WITH: build exe done

try this result, not idea but still.. [a-issue438.cdc2.txt](https://github.com/zrax/pycdc/files/14322621/a-issue438.cdc2.txt)

hmm, good start! but why case 99? each and every opcode should have its literal name, isnt' it?

yeah, but you might hit a tricky case when in different pythons same opcode value might mean different functionality

Good stuff! funny though in python 3.12 it's even more different: ``` [Disassembly] 0 RESUME 0 2 NOP 4 PUSH_NULL 6 LOAD_NAME 0: print 8 LOAD_CONST 0: 'test' 10 CALL...