/synacor-binja-plugin

Synacor plugin for Binary Ninja

Primary LanguagePythonMIT LicenseMIT

Synacor plugin for Binary Ninja

Python Version MIT License CI

Synacor Binja Plugin

Binary Ninja architecture plugin supporting Synacor programs from https://challenge.synacor.com.

The architecture spec is bundled in this repository.

See synacor-challenge for a JavaScript / ES6+ virtual machine capable of running Synacor programs.

Installation

Clone the plugin to the Binary Ninja plugin folder for your platform:

git clone https://github.com/timkurvers/synacor-binja-plugin.git <binja-plugin-folder>/synacor-binja-plugin

Optionally install development dependencies:

pip install -r requirements.txt

Usage

Soon.

Debugging

Soon.