Skip to content

Commit b470297

Browse files
authored
fix: readme updated
1 parent 6c8743c commit b470297

6 files changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ This plugin brings the power of RevEng.AI directly into Binary Ninja. Here are t
99
- **Choose a Source**: Select the uploaded binary whose analysis will be used for other features such as matching and renaming.
1010
- **Process Binary**: Upload the currently loaded binary in Binary Ninja to RevEng.AI for analysis.
1111
- **Auto-Unstrip**: Automatically restore stripped symbols in your binary using our AI engine.
12-
- **Function Matching**: Compare and match functions from your current binary with those in your existing collections.
12+
- **Match Functions**: Compare and match functions from your current binary with those in your existing collections.
13+
- **Match Unique Function**: Compare and match a single function from your current binary with those in your existing collections.
14+
- **View Function in Portal**: Convenient shortcut to explore the function within the platform interface.
1315

1416
---
1517

@@ -131,6 +133,29 @@ Matched functions are displayed based on the given confidence value. You can nav
131133

132134
---
133135

136+
### 6. Match Current Function
137+
138+
Use function matching to identify similar functions in other binaries or collections:
139+
140+
- Click `RevEng.AI > Match Current Functions`
141+
142+
<img src="./images/currentfunction.png" >
143+
144+
Matched functions are displayed based on the given similarity value. You can navigate or rename based on the results.
145+
146+
---
147+
148+
### 7. View Current Function in Portal
149+
150+
Quick and easy way to open the current function in the RevEng.AI Portal.
151+
152+
- Click `RevEng.AI > View Function in Portal`
153+
154+
<img src="./images/output.gif" >
155+
156+
---
157+
158+
134159
## Troubleshooting
135160

136161
- Only Binary Ninja 3.0+ is supported
@@ -144,6 +169,7 @@ This plugin relies on:
144169
- [reait](https://github.com/RevEngAI/reait)
145170
- requests
146171
- PySide6
172+
- libbs
147173

148174
## License
149175

images/autounstrip.png

16.2 KB
Loading

images/choosesource.png

8.21 KB
Loading

images/config.png

-454 Bytes
Loading

images/currentfunction.png

130 KB
Loading

images/output.gif

257 KB
Loading

0 commit comments

Comments
 (0)