Skip to content

Simple python script utilizing pycdc and pyinstxtractor to decompile and disassemble pyinstaller packed executables.

License

Notifications You must be signed in to change notification settings

gumbobrot/PyAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAnalyzer

Simple python script utilizing pycdc and pyinstxtractor to decompile and disassemble pyinstaller packed executables.

⚠️You might need to build the pycdc executable yourself and place it inside the resources folder, because it does not work on every system. https://github.com/zrax/pycdc

Example usage: python main.py FILE_TO_ANALYZE.exe

Thanks to zrax and extremecoders for the disassemblers and unpackers.

About

Simple python script utilizing pycdc and pyinstxtractor to decompile and disassemble pyinstaller packed executables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages