Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 2.98 KB

File metadata and controls

45 lines (38 loc) · 2.98 KB

Quark Architecture

This plugin adds support for the Quark architecture to Binary Ninja. It is intended to be used as an example for architecture plugins and has an extensive write-up on our blog:

Contents

Repository Structure

  • __init__.py - Architecture plugin code
  • signatures - Standard library function signatures, including the files used to generate them
  • typelib - Standard library and syscall Type Libraries, including the files used to generate them
  • types - System Types sources
  • samples - Sample binaries for testing

License

MIT License. See LICENSE.txt.