2021-10-11 01:25:11 +11:00
2021-10-11 01:25:11 +11:00
2021-10-07 18:40:29 +11:00
2021-10-07 18:40:29 +11:00
2021-10-07 18:51:31 +11:00

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
S
Description
Automated archival mirror of github.com/lifting-bits/sleigh
Readme Apache-2.0 1.7 MiB
Languages
CMake 66.2%
Python 17.8%
C++ 14%
Dockerfile 1.2%
C 0.8%