Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oddcoder committed Sep 20, 2024
1 parent 9a1e824 commit 6df1d51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
|**Travis CI**| [![Build Status](https://travis-ci.org/Rair-Project/rair-core.svg?branch=master)](https://travis-ci.org/Rair-Project/rair-core)|
|**Code Coverage**|[![codecov](https://codecov.io/gh/Rair-Project/rair-core/branch/master/graph/badge.svg)](https://codecov.io/gh/Rair-Project/rair-core)|
|**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.

0 comments on commit 6df1d51

Please sign in to comment.