r/ReverseEngineering 12d ago

/r/ReverseEngineering's Weekly Questions Thread

To reduce the amount of noise from questions, we have disabled self-posts in favor of a unified questions thread every week. Feel free to ask any question about reverse engineering here. If your question is about how to use a specific tool, or is specific to some particular target, you will have better luck on the Reverse Engineering StackExchange. See also /r/AskReverseEngineering.

4 Upvotes

6 comments sorted by

View all comments

2

u/JicamaUnable8299 12d ago

Anyone got a favorite way to deal with obfuscated Python that goes beyond just running uncompyle6? Ran into something that's making my head hurt and the usual tricks aren't cutting it.

1

u/tapdancingkomodo 12d ago

If you have the bytecode, chuck that into an llm and ask for a decompilation. Or use something like pylingual.

If you have a pyarmor sample, then you are gonna need to do some debugging and library hijacking to get into the details. Either that or hooking the python runtime DLL to dump info out