https://github.com/smoothhacker/bnil-emulator
https://github.com/smoothhacker/bnil-emulator
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smoothhacker/bnil-emulator
- Owner: SmoothHacker
- License: unlicense
- Created: 2025-03-01T21:31:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-03T20:44:35.000Z (9 months ago)
- Last Synced: 2025-08-03T22:20:22.823Z (9 months ago)
- Language: C++
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```