Description
Uses Ghidra's SLEIGH library from Python to disassemble machine code and lift it into p-code intermediate representation. It helps reverse-engineering, binary analysis, emulation, and research tools inspect executable code.
Binary analysis can be dual-use and may expose proprietary or sensitive code. Use it only on binaries you are allowed to analyze and avoid executing untrusted samples.