mirror of
https://github.com/LLVMParty/striga
synced 2026-06-21 13:43:42 +00:00
v0.1.0
striga
Striga is an experimental lifter from x86_64 to LLVM IR written in Python.
Documentation
Requirements
Building
You need LLVM 21 or higher. Before running the first build, allow CMake to find LLVM:
export LLVM_ROOT=$(brew --prefix llvm)
Set up the virtual environment:
uv sync
Languages
Python
98%
Assembly
2%