Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 453 Bytes

File metadata and controls

17 lines (12 loc) · 453 Bytes

BNIL-Emulator

This is an emulator for Binary Ninja's Low Level Intermediate Language (LLIL).

Notice

The project currently requires a Commercial license due to the fact that it runs as an executable and not a plugin. It is planned to port this to a plugin so that personal license users can leverage this project.

Building

Simply configure the project using CMake, then build:

cmake -S . -B build # -GNinja ...
cmake --build build