mirror of
https://github.com/lifting-bits/sleigh
synced 2026-06-21 13:56:12 +00:00
eb1b4d1889e52caeb37465139df60688f13b32ef
SLEIGH
SLEIGH is a machine language translation and disassembly engine that is leveraged as part of the Ghidra decompiler.
This repository exposes a CMake build for SLEIGH so that it can be integrated into other projects.
Build
mkdir build/
cd build/
cmake \
-DCMAKE_INSTALL_PREFIX="<path where sleigh will install>" \
-G Ninja \
../
cmake --build .
cmake --build . --target install
Description
Languages
CMake
66.2%
Python
17.8%
C++
14%
Dockerfile
1.2%
C
0.8%