Skip to content

Commit

Permalink
Updating the readme to better represent what the plugin does.
Browse files Browse the repository at this point in the history
  • Loading branch information
xorhex committed Jan 17, 2025
1 parent a23393e commit d96aebd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 21 deletions.
32 changes: 29 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,53 @@
# binjaextras (v0.0.3)
# binjaextras (v0.0.4)

Author: **xorhex**
Copyright: **2025**

_Various features to make windows malware analysis easier._

## Description:

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

### Features:

#### Apply Type

1. Rename the variable to the API name
2. Right click on the variable and select `BinjaExtras` and click `Apply Type`

![](bn_type_application.gif)

#### Apply Type to Function

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.

### Settings

All of the features can be controlled (enabled/disabled) via the settings.

![](BinjaExtraSettings.png)


## Installation Instructions

### Darwin


Nothing special, just install through the Binary Ninja plugin manager.

### Windows


Nothing special, just install through the Binary Ninja plugin manager.

### Linux

Nothing special, just install through the Binary Ninja plugin manager.

## Change Log

### Version v0.0.4

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

## Minimum Version

Expand Down
17 changes: 0 additions & 17 deletions Usage.md

This file was deleted.

2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"Windows": "",
"Linux": ""
},
"version": "v0.0.3",
"version": "v0.0.4",
"minimumbinaryninjaversion": 6455
}

0 comments on commit d96aebd

Please sign in to comment.