Add gammaray test

This commit is contained in:
Florian RICHER 2024-06-27 21:22:07 +02:00
parent cef2787c95
commit d783d9302e
3 changed files with 19 additions and 1 deletions

View file

@ -4,3 +4,15 @@
2. `cmakeConfigurePhase`
3. `buildPhase`
4. `./src/tutorial_kirigami2`
For use gammaray, you need to disable yama security.
```
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
```
Then run with,
```
gammaray ./src/tutorial_kirigami2
```