Home

Awesome

<h1 align="center">IDA2LLVM: Lifting IDA Microcode into LLVM IR</h1> <h4 align="center"> <p> <a href=#about>About</a> | <a href=#quickstart>QuickStart</a> | <a href=#acknowledge>Acknowledge</a> | <p> </h4>

About

Lifting microcode (IDA IR) into LLVM IR. The script has been test in BinaryCorp small test datasets (1584 binaries). The code now is in debug version, we will improve the shitty code later.

QuickStart

idat64 -c -A -S"bin2llvm.py [binary].ll" binary

Requirements

pip install llvmlite

Acknowledge