Compilation
Last updated
Was this helpful?
Last updated
Was this helpful?
We provide pre-compiled binaries for Mac and Linux, but you are free to compile Gor by yourself.
Gor is written using Go, so first you need to download it from here , use the latest stable version.
The only Gor dependency is , which is the interface to various kernel packet capture mechanisms, and , which is a Go wrapper around libpcap. Latest libpcap version can be obtained at . Libpcap itself depend on flex
and bison
packages, many operating systems already have them installed.
After you finished, you should see gor
binary in current directory.