walkers: writing some bytes
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
ae652ba149
commit
ae102a788a
7 changed files with 659 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue