directory
0.0.0-20210624183419-6d058f5e1da6
Repository: https://github.com/decomp/exp.git
Documentation: pkg.go.dev
# Packages
The bin2asm tool disassembles binary executables (*.exe -> *.asm).
bin2c is a tool which converts binary executables to equivalent C source code.
The bin2dot tool generates control flow graphs from binary executables (*.exe -> *.dot).
The bin2ll tool lifts binary executables to equivalent LLVM IR assembly (*.exe -> *.ll).
The dot2png tool converts DOT files to PNG images.
The dump_imports tool dumps the imports of a PE binary in NASM syntax.
The h2ll tool converts C headers to LLVM IR function declarations (*.h -> *.ll).
The hfix tool fixes the syntax of IDA generated C header files (*.h -> *.h).
The lst2json tool extracts information for decomp from IDA assembly listings (*.lst -> *.json).
The sigs2h tool converts function signatures to C headers (*.json -> *.h).