3 Repositories
Python binja-fentry Libraries
Small binja plugin to import header file to types
binja-import-header (v1.0.0) Author: matteyeux Import header file to Binary Ninja types view Description: Binary Ninja plugin to import types from C h
15 Dec 10, 2022
Example platform plugin that fixes fentry calls in Binja
Example Binja Platform Plugin This is an example Binja platform plugin which fixes up linux kernel module calls to __fentry__. __fentry__ is the linux
2 Oct 7, 2021
Compile Binary Ninja's HLIL IR to LLVM, for purposes of compiling it back to a binary again.
Compiles BinaryNinja's HLIL to LLVM Approach Sweep binary for global variables, create them Sweep binary for (used?) external functions, declare those
31 Nov 10, 2022