draperlaboratory / fracture

an architecture-independent decompiler to LLVM IR
Other
385 stars 47 forks source link

Llvm trunk #54

Closed dforz closed 9 years ago

dforz commented 9 years ago

LLVM Release_36 Update for fracture, no visible bugs remain.

Some things to note: Some offsets and address print in decimal form instead of hex. Just keep an eye out for the 0x prefix. Many more instructions have been added to all architectures in alphabetical order. This means any reference to the an instruction enum is going to point to a different instruction now. Also previous files might fail when you decompile them since LLVM can optimise further now and hit more unimplemented instructions.