gxHook decompiler is a program that injects code into a python process and decompiles it from memory which makes it easier to decompile obfuscated programs (for example pyarmor). Decompiler work for pyinstaller only ! tested python version 3.8
pyinject source https://github.com/acureau/pynject
- run main.py
- select target python process
- wait for disassemble
- wait for decompile
- open dump dir in your exe app folder (all decompiled functions and classes should be in this dir)
v1.0.1 ⋮ 22/07/2023
+ The decompiler has been changed making decompilation better and faster
+ Added executor option
v1.0.0 ⋮ 19/07/2023
+ Released