hexcoder
|
f3e783d343
|
typo
|
2021-02-11 19:55:21 +01:00 |
|
vanhauser-thc
|
f4cac37b04
|
typos
|
2021-02-11 10:20:36 +01:00 |
|
vanhauser-thc
|
5b2634f711
|
update changelog + ideas
|
2021-02-10 17:56:27 +01:00 |
|
Andrea Fioraldi
|
267b085f80
|
dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFL
|
2021-02-10 15:15:16 +01:00 |
|
vanhauser-thc
|
b6643743d6
|
fix laf for potential crashes
|
2021-02-10 10:13:08 +01:00 |
|
vanhauser-thc
|
17cbb03ba7
|
more cmplog options in config.h
|
2021-02-09 09:18:24 +01:00 |
|
vanhauser-thc
|
2cd4624779
|
build docker without march=native
|
2021-02-09 08:38:33 +01:00 |
|
vanhauser-thc
|
e11665564b
|
fix docker build action
|
2021-02-09 08:30:49 +01:00 |
|
van Hauser
|
93cebd6c7f
|
Merge pull request #734 from Pamplemousse/build_docker_image_in_actions
Use GitHub Actions to build Docker image
|
2021-02-09 08:28:31 +01:00 |
|
Pamplemousse
|
a124540e50
|
Use GitHub Actions to build Docker image
... then deploy to hub.docker.com .
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
|
2021-02-08 20:36:06 -07:00 |
|
vanhauser-thc
|
c465e48e27
|
remove AFL_CC from unset list to allow success for unusual environments
|
2021-02-07 16:19:27 +01:00 |
|
vanhauser-thc
|
c2c65fd9c1
|
mark llvm 13 as unsupported (yet)
|
2021-02-07 09:42:28 +01:00 |
|
vanhauser-thc
|
84f0b4f187
|
persistent replay env setup
|
2021-02-07 08:27:35 +01:00 |
|
vanhauser-thc
|
0ad56167c5
|
fix scan-build issues
|
2021-02-07 07:51:29 +01:00 |
|
vanhauser-thc
|
aeb7d70483
|
remove debug output
|
2021-02-07 06:16:53 +01:00 |
|
vanhauser-thc
|
209c5ba465
|
larger map, stats reload fix, code format
|
2021-02-07 05:33:02 +01:00 |
|
van Hauser
|
01327ad301
|
Merge pull request #728 from vj-27/dev
load existing stats file when in AFL_AUTORESUME or -i - mode.
|
2021-02-07 05:20:02 +01:00 |
|
vj-27
|
96cdc97c98
|
prev_run_time loaded used only for ui and when writing the stats file
|
2021-02-07 03:33:47 +05:30 |
|
vanhauser-thc
|
a763c61d89
|
add missing sancov cmp functions
|
2021-02-06 12:43:22 +01:00 |
|
vanhauser-thc
|
d920104248
|
remove compiler warnings
|
2021-02-06 12:26:51 +01:00 |
|
hexcoder-
|
08076f0500
|
fix qemu build script for Arch Linux ($CROSS)
|
2021-02-06 12:04:29 +01:00 |
|
hexcoder-
|
e81f30828f
|
fix test-qemu-mode.sh to run standalone
|
2021-02-06 11:24:04 +01:00 |
|
vj-27
|
f54c4dbfdb
|
set prev_run_time inside afl state
|
2021-02-06 09:41:15 +00:00 |
|
vanhauser-thc
|
bf289ce50e
|
larger dummy map
|
2021-02-06 09:31:41 +01:00 |
|
vj-27
|
1a8c242d28
|
load run time and donot load pending_* or *_favoured
|
2021-02-05 19:46:24 +00:00 |
|
vanhauser-thc
|
19d8f00963
|
doc fix
|
2021-02-05 13:01:42 +01:00 |
|
vanhauser-thc
|
bed789cd5a
|
fix doc
|
2021-02-05 13:01:13 +01:00 |
|
vanhauser-thc
|
7e625c3687
|
more doc, so good
|
2021-02-05 12:30:21 +01:00 |
|
vanhauser-thc
|
f53a2e4b88
|
nits
|
2021-02-05 12:11:18 +01:00 |
|
vanhauser-thc
|
d8a18a03e3
|
update unicorn ref
|
2021-02-05 11:44:48 +01:00 |
|
vanhauser-thc
|
1677481726
|
try if this helps on fuzzbench
|
2021-02-05 10:47:16 +01:00 |
|
vj-27
|
6f163bb0c5
|
load existing stats file when in AFL_AUTORESUME or -i -
|
2021-02-05 00:26:23 +00:00 |
|
van Hauser
|
3533df9453
|
Merge pull request #730 from AFLplusplus/replay
update readme
|
2021-02-04 23:10:32 +01:00 |
|
vanhauser-thc
|
faa9daf260
|
update readme
|
2021-02-04 23:09:49 +01:00 |
|
vanhauser-thc
|
bf1198c4db
|
dockerfile: fix qemu built, update llvm to 12
|
2021-02-04 20:47:51 +01:00 |
|
vanhauser-thc
|
ec737f3368
|
workaroung for llvm LTO bitcast bug
|
2021-02-04 18:57:27 +01:00 |
|
Andrea Fioraldi
|
208254f47c
|
Merge pull request #726 from b1gr3db/dev
Fix for off by one in libqasan's memmem
|
2021-02-04 13:32:54 +01:00 |
|
b1gr3db
|
d0ab2ded00
|
Create string.c
Off by one error resulted in memmem calling memcmp where h + needle_len is one past the end.
|
2021-02-03 15:32:06 -05:00 |
|
hexcoder
|
58a5372bf0
|
typo
|
2021-02-03 14:18:35 +01:00 |
|
van Hauser
|
ea5d9c42b6
|
Merge pull request #724 from devnexen/afl_untracer
afl-untracer: Mac M1 build update proposal.
|
2021-02-03 09:21:41 +01:00 |
|
David CARLIER
|
8bd70a50b1
|
afl-untracer: Mac M1 build update proposal.
|
2021-02-03 07:38:09 +00:00 |
|
van Hauser
|
6be3896bfa
|
linux performance option
|
2021-02-02 14:41:31 +01:00 |
|
van Hauser
|
1f71b85426
|
automagically fix sanitize fuzzer+coverage
|
2021-02-02 10:05:10 +01:00 |
|
van Hauser
|
654f389e73
|
try to remove warnings during compilation
|
2021-02-01 23:36:27 +01:00 |
|
van Hauser
|
cd95ee67bc
|
code format qasan
|
2021-02-01 23:00:45 +01:00 |
|
van Hauser
|
90fdafa1ad
|
fix warnings and an llvm cmplog+lto panic
|
2021-02-01 22:59:41 +01:00 |
|
van Hauser
|
b9f469e12f
|
make some really weird targets compile
|
2021-02-01 20:00:29 +01:00 |
|
van Hauser
|
ba7bf99235
|
Merge pull request #721 from GanbaruTobi/patch-1
Clarify usage of LD_LIBRARY_PATH in afl_frida
|
2021-02-01 17:53:08 +01:00 |
|
Tobias Mayer
|
e954c891a0
|
Clarify usage of LD_LIBRARY_PATH in afl_frida
This will help not *accidentally* trying to set the variable to the library's binary.
|
2021-02-01 17:32:45 +01:00 |
|
van Hauser
|
80fc6166d0
|
adjust expand havoc
|
2021-02-01 16:28:52 +01:00 |
|