Skip to content

Commit a23393e

Browse files
author
xorhex
committed
Fixes
2 parents 0a14e15 + 0f749f3 commit a23393e

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# binjaextras (vv0.0.3)
1+
# binjaextras (v0.0.3)
2+
23
Author: **xorhex**
34

4-
_arious features to make windows malware analysis easier._
5+
_Various features to make windows malware analysis easier._
56

67
## Description:
78

8-
arious features to make windows malware analysis easier like adding function prototypes.
9+
Various features to make windows malware analysis easier like adding function prototypes.
910

1011

1112
## Installation Instructions

Usage.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Apply Type
2+
3+
1. Rename the variable to the API name
4+
2. Right click on the variable and select `BinjaExtras` and click `Apply Type`
5+
6+
![](bn_type_application.gif)
7+
8+
## Apply Type to Function
9+
10+
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.
11+
12+
## Settings
13+
14+
All of the features can be controlled (enabled/disabled) via the settings.
15+
16+
![](BinjaExtraSettings.png)
17+

plugin.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"api": [
99
"python3"
1010
],
11-
"description": "arious features to make windows malware analysis easier.",
12-
"longdescription": "arious features to make windows malware analysis easier like adding function prototypes.",
11+
"description": "Various features to make windows malware analysis easier.",
12+
"longdescription": "Various features to make windows malware analysis easier like adding function prototypes.",
1313
"license": {
1414
"name": "MIT",
1515
"text": "Copyright 2024 xorhex\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
@@ -26,4 +26,4 @@
2626
},
2727
"version": "v0.0.3",
2828
"minimumbinaryninjaversion": 6455
29-
}
29+
}

0 commit comments

Comments
 (0)