Skip to content

Commit d96aebd

Browse files
author
xorhex
committed
Updating the readme to better represent what the plugin does.
1 parent a23393e commit d96aebd

File tree

3 files changed

+30
-21
lines changed

3 files changed

+30
-21
lines changed

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,53 @@
1-
# binjaextras (v0.0.3)
1+
# binjaextras (v0.0.4)
22

33
Author: **xorhex**
4+
Copyright: **2025**
45

56
_Various features to make windows malware analysis easier._
67

78
## Description:
89

910
Various features to make windows malware analysis easier like adding function prototypes.
1011

12+
### Features:
13+
14+
#### Apply Type
15+
16+
1. Rename the variable to the API name
17+
2. Right click on the variable and select `BinjaExtras` and click `Apply Type`
18+
19+
![](bn_type_application.gif)
20+
21+
#### Apply Type to Function
22+
23+
Sometimes a custom function will resolve an API and then jump to it. The function prototype of the function that contains this code that both resolves and calls/jumps to the API function matches the corrisponding API function prototype being resolved - simply rename the function and the type is auto applied.
24+
25+
### Settings
26+
27+
All of the features can be controlled (enabled/disabled) via the settings.
28+
29+
![](BinjaExtraSettings.png)
30+
1131

1232
## Installation Instructions
1333

1434
### Darwin
1535

16-
36+
Nothing special, just install through the Binary Ninja plugin manager.
1737

1838
### Windows
1939

20-
40+
Nothing special, just install through the Binary Ninja plugin manager.
2141

2242
### Linux
2343

44+
Nothing special, just install through the Binary Ninja plugin manager.
45+
46+
## Change Log
47+
48+
### Version v0.0.4
2449

50+
- move the Usage content into the readme so that it will render in BinaryNinja's plugin manager
2551

2652
## Minimum Version
2753

Usage.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"Windows": "",
2525
"Linux": ""
2626
},
27-
"version": "v0.0.3",
27+
"version": "v0.0.4",
2828
"minimumbinaryninjaversion": 6455
2929
}

0 commit comments

Comments
 (0)