walkers: writing some bytes

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-06-07 16:25:42 -04:00
parent ae652ba149
commit ae102a788a
Signed by: vbatts
GPG key ID: 10937E57733F1362
7 changed files with 659 additions and 1 deletions

View file

@ -14,7 +14,7 @@ container: fuzz-walker build.sh
plugins: $(PLUGINS)
fuzz-walker: $(wildcard *.go)
fuzz-walker: $(SOURCE_FILES)
$(GO) build --ldflags '-extldflags "-static"' -o $@ .
plugin-%.so: