1
0
Fork 0

Add requirements

timestamps
dump_stack() 2018-12-01 17:58:16 +00:00
parent 5116ffe015
commit 8225f0044d
1 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,19 @@ out-of-tree kernel {module, exploit} development tool
![Screenshot](https://cloudflare-ipfs.com/ipfs/Qmb88fgdDjbWkxz91sWsgmoZZNfVThnCtj37u3mF2s3T3T)
## Requirements
[Qemu](https://www.qemu.org), [docker](https://docker.com) and [golang](https://golang.org) is required.
### Gentoo
# emerge app-emulation/qemu app-emulation/docker dev-lang/go
### macOS
$ brew install go qemu
$ brew cask install docker
## Installation
$ go get github.com/jollheef/out-of-tree