mirror of
https://github.com/LLVMParty/striga
synced 2026-06-21 13:43:42 +00:00
v0.1.1
Striga
Striga is an experimental x86-64 to LLVM IR lifter written in Python. It uses the experimental llvm-nanobind project.
Examples
uv run python lift.py
uv run python brighten.py
uv run python binaryshield.py
lift.pylifts sample PE functions to LLVM IR.brighten.pydemonstrates wrapping and optimizing lifted code.binaryshield.pylifts BinaryShield VM handlers fromtests/binaryshield.exe.
Languages
Python
98%
Assembly
2%