Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (15 loc) · 780 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 780 Bytes

Bookmarks (v0.3b) DEPRECATED

Author: Josh Watson

A plugin that adds bookmarking functionality.

Description:

!!! This plugin is deprecated, now that Binary Ninja has tags as part of the Core !!!

This plugin enables a Binary Ninja user to bookmark addresses of interest and quickly navigate back to them at a later time.

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

git clone https://github.com/joshwatson/binaryninja-bookmarks.git bookmarks

Then create a python file called bookmarks.py with the contents

import bookmarks

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • dev - 1.0.dev-815

License

This plugin is released under a MIT license.