Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix: workaround for unknown opcodes stopping decompilation
this is far from the ideal solution, as the code comes incomplete, but is better than not decompiling the file at all this workaround was proposed by https://github.com/zrax/pycdc/issues/307\#issuecomment-1382103504
- Loading branch information
d425d88
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting a segmentation fault once it gets to a certain part when using this to analyze some 3.10 malware that wouldn’t work without this because of unsupported opcodes
d425d88
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As stated in the commit message, this is not an ideal solution, just a workaround. For the things I had to do it worked fine.
I could analyze the project and try to map newer opcodes but I don't have time for it now.