forked from david942j/seccomp-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.tpl
33 lines (26 loc) · 1.43 KB
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[](https://travis-ci.org/david942j/seccomp-tools)
[](https://codeclimate.com/github/david942j/seccomp-tools)
[](https://codeclimate.com/github/david942j/seccomp-tools)
[](https://codeclimate.com/github/david942j/seccomp-tools/coverage)
[](https://inch-ci.org/github/david942j/seccomp-tools)
[](http://choosealicense.com/licenses/mit/)
# seccomp-tools
Provides powerful tools for seccomp analysis.
## Features
* Automatically dump seccomp-bpf from binary.
* (TODO) Convert bpf to more readable format than libseccomp/tools.
* (TODO) Resolve constraints for syscalls (e.g. `execve/open/read/write`).
* (TODO) Support multi-architecture.
## Installation
(TODO)
## Command Line Interface
### seccomp-tools
```bash
SHELL_OUTPUT_OF(seccomp-tools)
SHELL_OUTPUT_OF(seccomp-tools help dump)
```
### dump
```bash
SHELL_OUTPUT_OF(seccomp-tools dump spec/binary/twctf-2016-diary -f inspect)
SHELL_OUTPUT_OF(seccomp-tools dump spec/binary/twctf-2016-diary -f raw | xxd)
```