📄
REMnux Documentation
  • REMnux: A Linux Toolkit for Malware Analysis
  • Install the Distro
    • Get the Virtual Appliance
    • Install from Scratch
    • Add to an Existing System
    • Run REMnux as a Container
    • Keep the Distro Up to Date
  • Discover the Tools
    • Examine Static Properties
      • General
      • PE Files
      • ELF Files
      • .NET
      • Deobfuscation
    • Statically Analyze Code
      • General
      • Unpacking
      • PE Files
      • Python
      • Scripts
      • Java
      • .NET
      • Flash
      • Android
    • Dynamically Reverse-Engineer Code
      • General
      • Shellcode
      • Scripts
      • ELF Files
    • Perform Memory Forensics
    • Explore Network Interactions
      • Monitoring
      • Connecting
      • Services
    • Investigate System Interactions
    • Analyze Documents
      • General
      • PDF
      • Microsoft Office
      • Email Messages
    • Gather and Analyze Data
    • View or Edit Files
    • General Utilities
  • Run Tools in Containers
    • Docker Images of Malware Analysis Tools
  • Behind the Scenes
    • People
    • Technologies
      • SaltStack Management
      • REMnux Installer
      • State Files Without the REMnux Installer
      • Debian Packages
      • Website and Docs
    • License
  • Tips and More
    • REMnux Configuration Tips
    • REMnux Tool Tips
    • Malware Analysis Training
    • REMnux Website
  • Get Involved
    • Ask and Answer Questions
    • Write About the Tools
    • Add or Update Tools
      • Contribute a Salt State File
      • Contribute a Debian Package
      • Contribute a Dockerfile
    • Implement Enhancements
Powered by GitBook
On this page
  • PyInstaller Extractor
  • Decompyle++
  1. Discover the Tools
  2. Statically Analyze Code

Python

Statically Analyze Code

PreviousPE FilesNextScripts

PyInstaller Extractor

Extract contents of a PyInstaller-generated PE files.

Website: Author: extremecoders-re License: GNU General Public License (GPL) v3: Notes: pyinstxtractor.py State File:

Decompyle++

Python bytecode disassembler and decompiler

Website: Author: Michael Hansen, Darryl Pogue License: GNU General Public License (GPL) v3: Notes: pycdas, pycdc State File:

https://github.com/extremecoders-re/pyinstxtractor
https://github.com/extremecoders-re/pyinstxtractor/blob/master/LICENSE
remnux.scripts.pyinstaller-extractor
https://github.com/zrax/pycdc
https://github.com/zrax/pycdc/blob/master/LICENSE
remnux.packages.pycdc