1
0
Fork 0

Documentation: fix lists

timestamps
dump_stack() 2019-08-17 00:38:27 +00:00
父節點 3789da0579
當前提交 b3b1ddcb7d
簽署人: dump_stack
GPG 金鑰 ID: BE44DA8C062D87DC
共有 1 個檔案被更改,包括 6 行新增0 行删除

查看文件

@ -72,19 +72,25 @@ Overview
*out-of-tree* uses three stages for automated runs:
- Build
- Inside the docker container (default).
- Binary version (de facto skip stage).
- On host.
- Run
- Insmod for the kernel module.
- This step is skipped for exploits.
- Test
- Run the test.sh script on the target machine.
- Test script is run from *root* for the kernel module.
- Test script is run from *user* for the kernel exploit.
- Test script for the kernel module is fully custom (only return
value is checked).
- Test script for the kernel exploit receives two parameters:
- Path to exploit
- Path to file that must be created with root privileges.