You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice job on the Decompiler just a few bugs where the else: statements for certain if blocks get removed for some reason. btw you guys also know of a way to append some interface to normal import statements for any modules imported in the interpreter? basically a overload to the normal one that would allow loading files with a custom compression without havign to use byecodes. funny thing is with my special format it could replace bytecode files to and is 100% easy to decompile (hehe) it is cool tbh.
Nice job on the Decompiler just a few bugs where the
else:
statements for certain if blocks get removed for some reason. btw you guys also know of a way to append some interface to normalimport
statements for any modules imported in the interpreter? basically a overload to the normal one that would allow loading files with a custom compression without havign to use byecodes. funny thing is with my special format it could replace bytecode files to and is 100% easy to decompile (hehe) it is cool tbh.py2pycx.zip
The text was updated successfully, but these errors were encountered: