https://github.com/rair-project/rair
RAIR: RAdare In Rust
https://github.com/rair-project/rair
disassembler exploitation forensics framework malware-analysis radare radare2 reverse-engineering rust static-analysis
Last synced: 6 months ago
JSON representation
RAIR: RAdare In Rust
- Host: GitHub
- URL: https://github.com/rair-project/rair
- Owner: rair-project
- License: lgpl-3.0
- Created: 2017-04-22T20:39:00.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T20:13:51.000Z (over 1 year ago)
- Last Synced: 2025-08-16T04:56:52.746Z (7 months ago)
- Topics: disassembler, exploitation, forensics, framework, malware-analysis, radare, radare2, reverse-engineering, rust, static-analysis
- Language: Rust
- Homepage:
- Size: 742 KB
- Stars: 75
- Watchers: 3
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
# RAIR-CORE
| | Badge |
|------|--------------|
|**License**|[](https://www.gnu.org/licenses/lgpl-3.0)|
|**Github Actions**| |
|**Code Coverage**|[](https://codecov.io/gh/rair-project/rair)|
|**API**| [](https://rair-project.github.io/rair-core/)|
Rair is a work in progress rewrite of radare2 in rust with these goals:
- Native speed.
- Extremely flexible and modern analysis.
- Simpler building system.
- Worry less about undefined behavior.
- Smooth translation to multithreading.
- Extremely stable and well documented API.
- Focusing on correctiness more than focusing on features.
- Avoid legacy systems compatiability.