https://github.com/zyedidia/lfi-rlbox-example
Example library sandboxed using RLBox-LFI
https://github.com/zyedidia/lfi-rlbox-example
Last synced: 4 months ago
JSON representation
Example library sandboxed using RLBox-LFI
- Host: GitHub
- URL: https://github.com/zyedidia/lfi-rlbox-example
- Owner: zyedidia
- Created: 2025-07-30T20:21:45.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-07-30T20:23:18.000Z (6 months ago)
- Last Synced: 2025-07-30T22:54:40.984Z (6 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RLBox-LFI Example Library
Download RLBox, RLBox-LFI, and the LFI runtime:
```
./download.sh
```
Build the LFI runtime:
```
./build-deps.sh
```
Build the sandboxed library and host code:
```
make
```