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

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

Awesome Lists containing this project

README

          

# RAIR-CORE

| | Badge |
|------|--------------|
|**License**|[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)|
|**Github Actions**| ![CI](https://github.com/rair-project/rair/actions/workflows/ci.yml/badge.svg?branch=main)|
|**Code Coverage**|[![codecov](https://codecov.io/gh/rair-project/rair/graph/badge.svg?token=Ljsi4Wny3V)](https://codecov.io/gh/rair-project/rair)|
|**API**| [![API](https://img.shields.io/badge/api-master-purple.svg)](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.