ant4g0nist / decompiler

RetDec plugin for LLDB. RetDec is a retargetable machine-code decompiler based on LLVM.

Home Page:https://fuzzing.science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetDec lldb plugin

RetDec plugin for LLDB. RetDec is a machine-code decompiler based on LLVM.

PRs Welcome License Follow Twitter

Decompile command output screenshot

Build

Packages should be preferably installed via Homebrew.

brew install make
make

Usage

plugin load build/src/decompiler.dylib

Limitations

Currently only works with lldb built from source. Hopefully this will be fixed in the future.

TODO

  • Decompile functions from target executable
  • Add caching
  • Enable spot decoding
  • Add support for decoding any loaded module
  • Syntax highlighter

Thanks

About

RetDec plugin for LLDB. RetDec is a retargetable machine-code decompiler based on LLVM.

https://fuzzing.science

License:MIT License


Languages

Language:C++ 98.1%Language:C 1.6%Language:Objective-C++ 0.2%Language:CMake 0.0%Language:Makefile 0.0%