Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
binja_arch_ref — A simple Binary Ninja plugin to display a cheat sheet with information about the current architecture | Kitploit
Tools/GitHubGitHub/nccgroup/binja_arch_ref
Embedded Systems SecurityReverse EngineeringBinary Analysis
GitHubnccgroup/binja_arch_ref

binja_arch_ref

A simple Binary Ninja plugin to display a cheat sheet with information about the current architecture

View Repository
738 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

binja_arch_ref

A simple Binary Ninja plugin to display a cheat sheet with information about the current architecture

Origins

This project is a product of NCC Group's 2017 summer internship program. Further updates will be tracked at https://github.com/ehennenfent/binja_arch_ref. NCC Group is not responsible for any further changes made to the repository after August 18th, 2017.

Features

  • Address Size
  • Integer Size
  • Endianness
  • Link register
  • Stack pointer
  • Calling conventions
    • Caller-saved registers
    • Argument registers
    • Return register
  • Flags
  • Full-width registers

Usage

With a binary view open, open the tools menu and click "Show Architecture Reference"

Contributing

This plugin generates an HTML report via a Mako template. To add information or make stylistic changes, simply modify template.mhtml

Dependencies

  • Mako
  • Binary Ninja
Download Tool