A native Python cross-version decompiler and fragment decompiler that translates Python bytecode back into equivalent Python source code, accepting bytecodes from Python version 1.0 to version 3.8, including Dropbox's Python 2.5 bytecode and some PyPy bytecodes. It utilizes compiler technology to create a parse tree of the program from the instructions, allowing for a deeper understanding of Python bytecode sections and the ability to deparse just fragments of source code.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
An open source machine code decompiler that converts binary executables into readable C source code across multiple architectures and file formats.
Falcon Sandbox is a malware analysis framework that provides in-depth static and dynamic analysis of files, offering hybrid analysis, behavior indicators, and integrations with various security tools.
A program to manage yara ruleset in a database with support for different databases and configuration options.
Code to prevent a managed .NET debugger/profiler from working.
A static analysis tool for PE files that identifies potential malicious indicators through compiler detection, packing analysis, signature matching, and suspicious string identification.
Joe Sandbox Community provides automated cloud-based malware analysis across multiple OS platforms.
A binary analysis and management framework for organizing and analyzing malware and exploit samples, and creating plugins.
A tool that extracts and deobfuscates strings from malware binaries using advanced static analysis techniques.