https://github.com/vector35/sample_plugin
Sample Binary Ninja Plugin
https://github.com/vector35/sample_plugin
plugin
Last synced: 12 months ago
JSON representation
Sample Binary Ninja Plugin
- Host: GitHub
- URL: https://github.com/vector35/sample_plugin
- Owner: Vector35
- License: mit
- Created: 2017-04-11T15:35:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T09:42:49.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T22:06:37.163Z (12 months ago)
- Topics: plugin
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 21
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Plugin
Author: **Vector 35 Inc**
_This is a short description meant to fit on one line._
## Description:
This is a longer description meant for a sample plugin that demonstrates the metadata format for Binary Ninja plugins. Note that the [community-plugins repo](https://github.com/Vector35/community-plugins) contains a useful [utility](https://github.com/Vector35/community-plugins/blob/master/generate_plugininfo.py) to validate the plugin.json. Additionally, the [release helper](https://github.com/Vector35/release_helper) plugin is helpful for more easily pushing new releases, incrementing versions, and creating the appropriate GitHub tags.
Note that originally we recommended specifying the contents of this entire file inside of the [plugin.json](./plugin.json) but the latest repository generator will use the readme contents directly which means you should simply leave an empty longdescription field.
## License
This plugin is released under an [MIT license](./license).