PLASMA is an interactive disassembler designed for reverse engineering and binary analysis tasks. The tool generates more readable assembly code with pseudo code output and colored syntax highlighting to improve code readability during analysis. The disassembler supports multiple processor architectures including x86 and x64, with partial support for ARM and MIPS architectures. It can handle various file formats such as ELF, PE, and RAW binary files, making it suitable for analyzing executables across different operating systems. PLASMA provides an interactive interface for navigating and analyzing disassembled code. The tool includes a Python API that allows users to create custom scripts for automated analysis tasks. It also offers optional components like a memory map visualization through Qt4 integration and assembly capabilities via keystone integration. The project requires Python 3.4 or higher and depends on several libraries including capstone for disassembly, pyelftools for ELF file parsing, pefile for PE file analysis, and other supporting packages. The tool requires a terminal with UTF-8 and 256-color support for proper display of the colored syntax output. PLASMA is actively developed and focuses on providing clear, readable disassembly output for security researchers and reverse engineers working with binary analysis tasks.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
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.
An open source machine code decompiler that converts binary executables into readable C source code across multiple architectures and file formats.
CAPA is a static analysis tool that detects and reports capabilities in executable files across multiple formats, mapping findings to MITRE ATT&CK tactics and techniques.
An open source .NET deobfuscator and unpacker that restores packed and obfuscated assemblies by reversing various obfuscation techniques.
Joe Sandbox Community provides automated cloud-based malware analysis across multiple OS platforms.
Code to prevent a managed .NET debugger/profiler from working.
An open-source dynamic analysis framework that intercepts and monitors API calls in Android applications using the Android Substrate framework.
A .NET assembly debugger and editor that enables reverse engineering and dynamic analysis of compiled .NET applications without source code access.