Age | Commit message (Collapse) | Author |
|
|
|
|
|
reverting ... :-(
|
|
|
|
|
|
build mode
This is a continuation of PR #318.
The goal is to prevent issues where binaries with the wrong name will
silently pass control to the C compiler instead of failing.
This makes it more explicit that aflplusplus relies on the name of the
binary for correct compiler execution.
|
|
|
|
|
|
* lto module clean-up
* step 1/3
* step 1/3 completed
* if tmp is ever made non-static
* parts 2 and 3 - autodictionary is complete
* variable map_size support
* variable map size: changed overlooked functions
* remove debug for autodict
* 64 bit alignment of map size
* fix review comments
* force 64 bit alignment on both sides
* typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes
|
|
|
|
|
|
and Makefile
|
|
docs/env_variables.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lines with '#' like in
ifeq "$(shell echo '\#include <sys/ipc.h> ...
Now make v 4.3 wants
ifeq "$(shell echo '#include <sys/ipc.h> ...
In order to get it working with all GNU makes, we use a make
variable for '#' called HASH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|