1
0
派生 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.