https://github.com/plsyssec/rlbox_segmentsfizerocost_sandbox
https://github.com/plsyssec/rlbox_segmentsfizerocost_sandbox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/plsyssec/rlbox_segmentsfizerocost_sandbox
- Owner: PLSysSec
- License: mit
- Created: 2020-12-17T06:35:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T05:14:55.000Z (about 5 years ago)
- Last Synced: 2025-01-12T14:37:53.118Z (over 1 year ago)
- Language: C
- Size: 96.7 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RLBOX Segments SFI Sandbox Integration
Integration with RLBox sandboxing API to leverage the sandboxing provided by Intel Segmented memory model available on Intel 32-bit.
**Note:** This repo is only meant to simulate the performance costs and is not production ready.
For details about the RLBox sandboxing APIs, see [here](https://github.com/PLSysSec/rlbox_api_cpp17).
## Building/Running the tests
You can build and run the tests using cmake with the following commands.
```bash
cmake -S . -B ./build
cmake --build ./build --target all
cmake --build ./build --target test
```