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

https://github.com/vector35/deprecated_python_debugger

Binary Ninja Debugger Plugin
https://github.com/vector35/deprecated_python_debugger

Last synced: 7 months ago
JSON representation

Binary Ninja Debugger Plugin

Awesome Lists containing this project

README

          

# Debugger (v1.3.8)
Author: **Vector35**

## Notice of deprecation

This repository is deprecated and no longer actively maintained. We have ported the debugger to C++ and it will be shipped with Binary Ninja.
The new debugger is open-source at https://github.com/Vector35/debugger. Please feel free to test it and report issues.

The C++ debugger already has all of the Python debugger's functionality (and more). If you have installed the python debugger, you are advised to either remove it or -- in case you still need it -- update it to the latest version to avoid conflict with the C++ debugger.

## Description:

Debug Windows, Linux, and MacOS targets from within Binary Ninja.

### Screenshots

![](https://github.com/Vector35/deprecated_python_debugger/blob/master/media/gui.png?raw=true)
![](https://github.com/Vector35/deprecated_python_debugger/blob/master/media/cli.png?raw=true)

## Installation Instructions

### Darwin

To install this manually, please see the "Using Plugins" section of the [Getting Started Guide](https://docs.binary.ninja/getting-started.html#using-plugins). Or use Binary Ninja's built in plugin manager.

### Windows

To install this manually, please see the "Using Plugins" section of the [Getting Started Guide](https://docs.binary.ninja/getting-started.html#using-plugins). Or use Binary Ninja's built in plugin manager.

### Linux

To install this manually, please see the "Using Plugins" section of the [Getting Started Guide](https://docs.binary.ninja/getting-started.html#using-plugins). Or use Binary Ninja's built in plugin manager.

## Minimum Version

This plugin requires the following minimum version of Binary Ninja:

* 2085

## License

This plugin is released under a MIT license.
## Metadata Version

2