An open API service indexing awesome lists of open source software.

https://github.com/ferib/basicbninjaplugin

Basic Plugin for Binary Ninja
https://github.com/ferib/basicbninjaplugin

binaryninja binaryninja-plugin binja

Last synced: 3 months ago
JSON representation

Basic Plugin for Binary Ninja

Awesome Lists containing this project

README

          

# Basic Plugin
Basic plugin for Binar Ninja.

## AoB Scan

AoB scan allows the user to search for a given array of bytes, the image below shows an example.
*NOTE: the `??` are used as wildmarks*

![aob scan feature](https://github.com/ferib/BasicBNinjaPlugin/blob/master/img/aob_scan.png?raw=true)

## vTable Scan

vTable scan wil scan your file and try to find possible virtual tables, the image below shows a test result.

![vtable scan feature](https://github.com/ferib/BasicBNinjaPlugin/blob/master/img/vtable_scan.png?raw=true)