Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.12 KB

File metadata and controls

26 lines (18 loc) · 1.12 KB
description
Statically Analyze Code

Python

PyInstaller Extractor

Extract contents of a PyInstaller-generated PE files.

Website: https://github.com/extremecoders-re/pyinstxtractor
Author: extremecoders-re
License: GNU General Public License (GPL) v3: https://github.com/extremecoders-re/pyinstxtractor/blob/master/LICENSE
Notes: pyinstxtractor.py
State File: remnux.scripts.pyinstaller-extractor

Decompyle++

Python bytecode disassembler and decompiler

Website: https://github.com/zrax/pycdc
Author: Michael Hansen, Darryl Pogue
License: GNU General Public License (GPL) v3: https://github.com/zrax/pycdc/blob/master/LICENSE
Notes: pycdas, pycdc
State File: remnux.packages.pycdc