/binja-toolkit

Personal scripts for binary ninja

Primary LanguagePython

binja-toolkit

This repository contains scripts I use for CTF challenges or personal projects.

Pointer search

Tool made at first for kernel challenges. It can load *.map symbol files to recover symbols. Its purpose is to find pointers in rw sections pointing to code or writable data.

Pointer search

GBA Utils

Loads GBA roms. It can additionally load code coverage traces from this fork and provide reports for hits by function or hits by basic block.

GBA Coverage