Initial commit

This commit is contained in:
unknown
2026-06-06 01:22:00 +02:00
commit f07fa412f0
132 changed files with 22246 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# 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.