Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lunnova/binja-function-finder
- Owner: LunNova
- License: agpl-3.0
- Created: 2018-04-22T11:02:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T02:25:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T09:03:24.715Z (about 1 month ago)
- Topics: binary-ninja, binja, python, python-2
- Language: Python
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.