Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r3bb1t/bin_lift
- Owner: r3bb1t
- Created: 2024-03-18T14:26:43.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T20:53:14.000Z (5 months ago)
- Last Synced: 2024-07-30T02:52:15.352Z (5 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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