kapaw / binaryninja-lc3

LC-3 architecture plugin for Binary Ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LC-3 Architecture Plugin (v0.1)

Author: Paw Petersen

Disassembler for the LC-3 architecture.

Description:

Plugin for disassembling code for the Little Computer 3 architecture:

scanf

Linux installation: cd ~/.binaryninja/plugins && git clone https://github.com/kapaw/binaryninja-lc3.git lc3.

Tested using code generated by http://highered.mcgraw-hill.com/sites/0072467509/student_view0/c_to_lc-3_compiler.html.

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • release - 1.0.320
  • dev - 1.0.320-dev

License

This plugin is released under a MIT license.

About

LC-3 architecture plugin for Binary Ninja

License:MIT License


Languages

Language:Python 53.1%Language:Assembly 46.6%Language:C 0.3%