Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.12 CreateObject error #503

Open
eid129121 opened this issue Aug 2, 2024 · 3 comments
Open

Python3.12 CreateObject error #503

eid129121 opened this issue Aug 2, 2024 · 3 comments

Comments

@eid129121
Copy link

CreateObject: Got unsupported type 0x0
Error disassembling XJAI.pyc: bad cast
XJAI.zip

@greenozon
Copy link
Contributor

this looks like broken file (depite the magic signature is valid, pointing to 3.12 - MAGIC_3_12 = 0x0A0D0DCB,)
maybe the file is kinda protected/obfuscated/remapped opcodes?

is it from some game or...

@greenozon
Copy link
Contributor

@eid129121 there are lots of oline decompiling resources including python
have you tried some?

@astro-angelfish
Copy link

I got the same error when trying to test the protection strength of pyarmor.

The error seems to be reproducible when the python program packed by pyarmor, and someone trying to deal with any extracted files using pycdc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants