You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,53 @@
1
-
# binjaextras (v0.0.3)
1
+
# binjaextras (v0.0.4)
2
2
3
3
Author: **xorhex**
4
+
Copyright: **2025**
4
5
5
6
_Various features to make windows malware analysis easier._
6
7
7
8
## Description:
8
9
9
10
Various features to make windows malware analysis easier like adding function prototypes.
10
11
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
+

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
+

30
+
11
31
12
32
## Installation Instructions
13
33
14
34
### Darwin
15
35
16
-
36
+
Nothing special, just install through the Binary Ninja plugin manager.
17
37
18
38
### Windows
19
39
20
-
40
+
Nothing special, just install through the Binary Ninja plugin manager.
21
41
22
42
### Linux
23
43
44
+
Nothing special, just install through the Binary Ninja plugin manager.
45
+
46
+
## Change Log
47
+
48
+
### Version v0.0.4
24
49
50
+
- move the Usage content into the readme so that it will render in BinaryNinja's plugin manager
0 commit comments