An open API service indexing awesome lists of open source software.

https://github.com/smoothhacker/bnil-emulator


https://github.com/smoothhacker/bnil-emulator

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

# 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:

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