Skip to content

Motorola 68k architecture support for binary ninja

License

Notifications You must be signed in to change notification settings

mblsha/binaryninja-m68k

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motorola 68k Architecture Plugin (v0.5)

Original Author: Alex Forencich

Previous Maintainer: Jason Wright

A Binary Ninja disassembler and lifter for the Motorola 68k architecture.

Moved

Development of this plugin has moved to galenbwill/binaryninja-m68k

Note: This project is currently being maintained by @galenbwill as a community plugin, not as an official Vector 35 plugin.

Description:

This plugin disassembles Motorola 68k machine code and generates LLIL.

To install this plugin, install from the Binary Ninja Plugin Manager.

Alternatively, navigate to your Binary Ninja plugins directory, and run

git clone https://github.com/galenbwill/binaryninja-m68k.git m68k

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • release (Personal) - 3.0

License

This plugin is released under a MIT license.

Modifications by Galen Williamson

  • fixed and updated for Binary Ninja API 3.0
  • added type hints
  • fixed vector table creation to no longer create an entry point at offset 0 for zero-valued vectors

Modifications by Jason Wright

  • register with ELF loader
  • fixups for binja il changes
  • fixed 'rtd' instruction to parse correctly
  • labels for 'jmp' and 'bra'
  • fixed 'roxr'/'roxl' instructions to add correct flag
  • fixed signedness of branches
  • added bhi, bls, bcc, bcs support
  • mark indirect jump/call as unresolved so il can figure it out

About

Motorola 68k architecture support for binary ninja

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%