Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r3bb1t/bin_lift

Rust library for lifting raw binary data to LLVM IR
https://github.com/r3bb1t/bin_lift

Last synced: 12 days ago
JSON representation

Rust library for lifting raw binary data to LLVM IR

Awesome Lists containing this project

README

        

# Zydis2llvmIr

Inspired by [RetDec](https://github.com/avast/retdec) and it's [capstone2llvmir](
https://github.com/avast/retdec/tree/master/src/capstone2llvmir) module as well as
[remill](https://github.com/lifting-bits/remill) this project aims to serve as a convenient library used for serving same
purpose. It allows you to convert raw binary data to LLVM IR (Intermediate representation).

# Dependencies

Tested on Ubuntu 22

- LLVM 17