Skip to content

SuperH architecture plugin for Binary Ninja

License

Notifications You must be signed in to change notification settings

starfleetcadet75/binaryninja-superh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperH Architecture Support for Binary Ninja

This plugin provides support for working with the SuperH architecture in Binary Ninja.

screenshot

Install

Ensure that Rust, Clang, and Binary Ninja are installed in order to build from source.

git clone https://github.com/starfleetcadet75/binaryninja-superh.git
cd binaryninja-superh
cargo build --release
cp ./target/release/libarch_superh.so ~/.binaryninja/plugins

Minimum Version

This plugin is currently built using the dev branch from the Binary Ninja API, therefore this plugin should work with the latest development version.

Develop

Run cargo fmt --all and cargo clippy --all before submitting changes.

References

License

This plugin is released under a MIT license.

About

SuperH architecture plugin for Binary Ninja

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages