zrax / pycdc

C++ python bytecode disassembler and decompiler
GNU General Public License v3.0
2.95k stars 591 forks source link

Error decompyling Serialchecker.pyc: vector::_M_range_check: __n (which is 24) >= this->size() (which is 22) #439

Closed Lotoseffekt closed 3 months ago

Lotoseffekt commented 3 months ago

Serialchecker.zip

i cant decompile it Error decompyling Serialchecker.pyc: vector::_M_range_check: __n (which is 24) >= this->size() (which is 22)

Python Version 3.12

greenozon commented 3 months ago

some try, also following cases hit during process:

Warning: Stack history is not empty! Warning: block stack is not empty! Warning: block stack is not empty! Warning: block stack is not empty! Unsupported opcode: LOAD_SUPER_ATTR Warning: Stack history is not empty! Warning: block stack is not empty! Serialchecker.cdc1.txt

Lotoseffekt commented 3 months ago

some try, also following cases hit during process:

Warning: Stack history is not empty! Warning: block stack is not empty! Warning: block stack is not empty! Warning: block stack is not empty! Unsupported opcode: LOAD_SUPER_ATTR Warning: Stack history is not empty! Warning: block stack is not empty! Serialchecker.cdc1.txt

thanks!

zrax commented 3 months ago

Should be fixed with #462