blob: c55db78add43551e888099226b4f75cf777be1b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
PLASMA is an interactive disassembler. It can generate a more readable assembly
(pseudo code) with a colored syntax. One can write scripts with the available
Python API.
It supports :
* Architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS)
* Formats : ELF, PE, RAW
|