-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Plugin Description
Bangr is a combination of Binary Ninja and angr, which allows for the creation and management of symbolic states within angr. Bangr includes a Sidebar for managing states, and a Pyvex view for seeing what angr is running during symbolic execution. Users can instantiate call states, entry states, and full init states with symbolic values for argc, or symbolic args to argv. Users can then interact with states by setting different options on the states. Users can select different techniques for the simulation manager to use, then they can select to step the simulation manager, or explore for either a specific address or a specific string in output. Finally, users can save out the actions they've taken in the UI as a stand-alone script. Any unsupported features of bangr can be manually added to this standalone script, allowing for easy creation of a skeleton for users.
Plugin Repository URL
Repo URL: https://git.sr.ht/~bakerk98/bangr_plugin
Real Release
- I have made a real release
Creation and Validation of plugin.json
- I have created a valid
plugin.jsonfile