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

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

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
```