Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lunnova/binja-function-finder

Binary ninja plugin which adds simple tools for finding functions
https://github.com/lunnova/binja-function-finder

binary-ninja binja python python-2

Last synced: about 1 month ago
JSON representation

Binary ninja plugin which adds simple tools for finding functions

Awesome Lists containing this project

README

        

# Function Finder
Author: **nallar**

A few tools for finding functions which might be missed by binary ninja's auto analysis.

## Description:

#### .pdata:
Creates functions for each [RUNTIME_FUNCTION](https://msdn.microsoft.com/en-us/library/ft9x1kdx.aspx) entry in the .pdata section.

#### xref:
Creates functions for each reference from an existing function into executable data that does not have a known type. Will have false positives.

## Installation:

To install this plugin, navigate to your Binary Ninja plugins directory, and run

```git clone https://github.com/nallar/binja-function-finder.git function-finder```

## Minimum Version

This plugin requires the following minimum version of Binary Ninja:

* release (Commercial) - 1.0.729-dev
* release (Personal) - 1.0.729-dev

## License

This plugin is released under the [AGPL](LICENSE) license.