b3e77d3d50
update documentation
2020-04-24 13:56:04 +02:00
766085293d
variable map size fix, error reporting through forkserver, code format
2020-04-24 12:09:25 +02:00
4a593d0405
Merge pull request #331 from Mindavi/feature/fail-on-invalid-binary-name
...
afl-gcc and afl-clang: fail when binary name can't be used to determine build mode
2020-04-24 10:32:00 +02:00
82b6b8c87e
afl-gcc and afl-clang: fail when binary name can't be used to determine 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.
2020-04-23 23:21:38 +02:00
b6f9f4c436
minor changes
2020-04-23 16:08:36 +02:00
b120ca27f8
add documentation for LTO fixed map address feature
2020-04-23 12:20:58 +02:00
5eb1f3a4c6
use mmap in llvm_mode if LTO is enabled
2020-04-23 12:02:15 +02:00
8ada9d06e8
fix make clean error
2020-04-23 11:51:32 +02:00
cce8c4dbae
fixed map location support for LTO
2020-04-23 08:56:06 +02:00
3502db1ac5
more sanitizer functions for blacklist
2020-04-23 07:28:25 +02:00
df8a0e8418
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
2020-04-22 13:51:40 +02:00
b8a25063f6
fix sed errors in afl_shm_init when using mmap
2020-04-22 13:51:36 +02:00
6df21f3489
GNUmakefile/unit tests: suppress compilation commandline output
2020-04-22 08:40:04 +02:00
dcba2c3642
test.sh: custom mutator test; make it compilable with available instrumenting
...
compiler
2020-04-22 08:02:46 +02:00
059c963467
unicornafl build script: fix prerequisite search for setuptools
2020-04-21 23:15:25 +02:00
f6c9acd518
libdislocator android build fix. ( #327 )
...
Fix function signature for bionic libc
2020-04-21 10:17:11 +02:00
68218dd31c
Merge pull request #326 from dpmdpm2/master
...
Add malloc_usable_size to libdislocator.so
2020-04-21 00:07:33 +02:00
441b64b467
add NULL check to malloc_usable_size
2020-04-20 15:00:48 -07:00
8b319969f3
unicornafl updated
2020-04-20 23:49:12 +02:00
41b1787565
add line
2020-04-20 23:27:09 +02:00
e6fccdd9c1
Move comment about adding 8 bytes to buffer length to the line where we
...
actually add 8 bytes
Remove defunct TODO for posix_memalign as the function now exists
Add wrapper for malloc_usable_size
2020-04-20 14:24:47 -07:00
0ffef8c79d
script to update uc refs; new unicornafl version
2020-04-20 23:11:11 +02:00
3d52079a7c
removed done todo
2020-04-20 22:18:39 +02:00
e47c29e728
dont error on git reset
2020-04-20 22:14:41 +02:00
280374f739
clang warning fixed
2020-04-20 22:07:47 +02:00
ce15937717
code format
2020-04-20 21:54:55 +02:00
c8f2ba5b49
updated unicorn
2020-04-20 21:40:34 +02:00
3dbfd18f36
wording
2020-04-20 21:18:32 +02:00
4be0ae2008
double include removed
2020-04-20 21:06:16 +02:00
67b39050df
android ashmem fix
2020-04-20 21:05:02 +02:00
4ccd8c1400
reset git on deepclean
2020-04-20 21:03:06 +02:00
4f997665f1
typo
2020-04-20 16:10:06 +02:00
b6a15d9719
switched to clang-format-10
2020-04-20 11:32:44 +02:00
e90194093e
Revert "fix compilation use CFLAGS_FLTO for afl-gotcpu also (thanks Marc)"
...
This reverts commit b408fdffcc
.
2020-04-20 07:58:48 +02:00
4c90293e44
clean and deepclean Makefile updates
2020-04-19 16:48:42 +02:00
8197e9b2e4
clang-tidy readability-braces ( #323 )
2020-04-19 16:42:40 +02:00
baec99079f
make clean removes unicornafl dir if not in git
2020-04-19 12:30:58 +02:00
16a5e6bf16
update documentation
2020-04-19 10:15:28 +02:00
39f715982d
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
2020-04-19 00:38:57 +02:00
724d4ec3de
fix some gcc dependencies and build problems on debian 32-Bit,
...
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit
2020-04-19 00:37:23 +02:00
e4670d3abc
no need to rm folder
2020-04-18 23:16:00 +02:00
8aa86d063a
clean doesn't fail without unicornafl
2020-04-18 22:33:56 +02:00
c1d9e00044
clean no longer deletes unicornafl folder
2020-04-18 22:31:21 +02:00
0827a447d3
fix submodule
2020-04-18 22:10:30 +02:00
2874565b36
git for travis?
2020-04-18 21:28:35 +02:00
8ed3126f28
fix compilation on Debian 32-bit (thanks to Marc)
2020-04-18 20:07:12 +02:00
b408fdffcc
fix compilation use CFLAGS_FLTO for afl-gotcpu also (thanks Marc)
2020-04-18 19:54:54 +02:00
d9cd600c1b
better detection of intel cpu on 32-bit Linux
2020-04-18 18:39:03 +02:00
68f18923ab
fix docs typos
2020-04-18 11:32:06 +02:00
9e74a7dfe1
small portability fix (32-bit) for warning (size_t %lu -> %zu)
2020-04-18 10:48:24 +02:00