botherder / kraken

Cross-platform Yara scanner written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build statically linked binary on Linux

botherder opened this issue · comments

commented

Currently the instructions only show how to compile a dynamically linked binary for Linux, and to execute it on a different host it will require to install libyara3. Need to create easy instructions to compile a fully statically linked binary on Linux, possibly using musl-gcc.