Skip to content

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

License

Notifications You must be signed in to change notification settings

OxynDev/py-decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-decompiler (GxHook)

description

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

Join us

https://discord.gg/aBeKqAGmMk

Usage

  1. run main.py
  2. select target python process
  3. wait for disassemble
  4. wait for decompile
  5. open dump dir in your exe app folder (all decompiled functions and classes should be in this dir)

Change log

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

Test 1

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages