vanhauser-thc
58e39ecd8f
turn off map size detection if skip_bin_check is set
2021-05-22 12:15:09 +02:00
vanhauser-thc
c169cb3911
integrate frida_mode, code-format
2021-03-25 20:10:09 +01:00
vanhauser-thc
d319b4a381
support libraries for find_afl_binary
2021-03-24 20:02:58 +01:00
van Hauser
7dc4847869
Merge pull request #817 from realmadsci/atat-plusplus
...
Make @@ handling more flexible
2021-03-24 11:26:10 +01:00
vanhauser-thc
dfe6f7f8c9
make setting different file permissions easy via config.h
2021-03-23 20:21:08 +01:00
Dominik Maier
5fcd634f05
fixed tiny nitpicks
2021-03-23 18:47:07 +01:00
van Hauser
090128b3f8
Merge branch 'dev' into dev
2021-03-19 23:54:36 +01:00
fuzzah
d7e121e2c9
add AFL_TARGET_ENV to afl-fuzz
2021-03-20 01:32:28 +03:00
vanhauser-thc
e73c7c59c1
refactor finding binaries
2021-03-19 14:55:25 +01:00
vanhauser-thc
5e2a5f1110
shmem map size in config.h
2021-03-17 10:27:23 +01:00
hexcoder
d17abce59b
Merge branch 'dev' into atat-plusplus
2021-03-17 08:00:32 +01:00
vanhauser-thc
862cb3217f
fix cmplog rtn
2021-03-16 14:38:13 +01:00
Andrea Fioraldi
73641be796
Merge pull request #819 from realmadsci/qemu-consistent-preload
...
Remove AFL_PRELOAD and AFL_USE_QASAN handlers
2021-03-16 09:08:23 +01:00
realmadsci
01ad7610be
Remove AFL_PRELOAD and AFL_USE_QASAN handlers
...
These are now processed in afl-qemu-trace so that the "copy+paste" code
that is in all of the other AFL tools can be removed.
This also allows the AFL_USE_QASAN flag to work the same when used
with tools like afl-fuzz as it does with afl-qemu-trace. This is
important in situations where loading the QASAN library changes
the address of your desired entrypoint, or for crash validation
using the same environment that afl-fuzz was using.
With this change, the same set of environment variables can be used
in exactly the same way between afl-fuzz, afl-showmap, and
afl-qemu-trace, and you will get exactly the same guest environment.
2021-03-15 13:03:16 -07:00
realmadsci
d4fb7f8b40
Add AFL_QEMU_CUSTOM_BIN environment flag
...
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip
prepending afl-qemu-trace to your command line. Use this if you wish to use a
custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-15 12:57:06 -07:00
realmadsci
27c0480866
afl-showmap: Allow @@ to be part of an arg
...
The previous implementation of "@@ handling"
in afl-showmap differed greatly from how it was
handled in afl-fuzz and how the documentation presented it.
It used to require that the @@ be its own argument separated
by whitespace and could not be used in situations like "--file=@@".
This change standardizes it to use detect_file_args() like
everybody else does, so that it will have the expected and
documented behavior.
2021-03-15 12:25:01 -07:00
vanhauser-thc
a10a627622
fix auto map discovery
2021-03-10 19:22:57 +01:00
vanhauser-thc
47f2650a32
add AFL_NOOPT
2021-03-09 16:53:56 +01:00
vanhauser-thc
4619a1395b
ensure proper aligning for skim patch
2021-03-01 09:57:57 +01:00
vanhauser-thc
f81ef4abf4
fix afl-common compile
2021-02-28 00:12:39 +01:00
vanhauser-thc
79f1a44a01
fix qasan search path
2021-02-27 18:14:58 +01:00
Andrea Fioraldi
2f7e57f6aa
helper_min3 func
2021-02-25 10:04:41 +01:00
Dominik Maier
cc7c651dc9
tidied up env suggestions
2021-02-24 18:07:08 +01:00
vanhauser-thc
974aab6cf6
cmplog config.h -> -l option
2021-02-21 17:53:09 +01:00
Andrea Fioraldi
62767a42dc
improved env suggestions
2021-02-19 20:40:38 +01:00
Andrea Fioraldi
89cf94f0e6
suggested env vars for lazy ppl
2021-02-19 20:33:12 +01:00
vanhauser-thc
9bd1e19d7f
added AFL_IGNORE_UNKNOWN_ENVS
2021-02-13 22:43:56 +01:00
van Hauser
32110a04c0
fixes
2021-02-01 15:51:04 +01:00
van Hauser
9d08f0d098
added AFL_CMPLOG_ONLY_NEW feature
2021-01-30 15:39:47 +01:00
Andrea Fioraldi
6f5746d428
AFL_USE_QASAN
2021-01-29 15:38:49 +01:00
van Hauser
0ddbffd80e
fix
2021-01-12 17:36:10 +01:00
Dominik Maier
34732e3c5e
refactored kill signal env parsing
2021-01-08 11:36:40 +01:00
hexcoder-
c6e038fe25
code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)
2021-01-04 20:40:53 +01:00
van Hauser
0b9ca807f2
fix exec/s display
2020-12-26 13:15:05 +01:00
van Hauser
03849d147a
warn on _AFL and __AFL env vars
2020-12-23 17:56:39 +01:00
van Hauser
fd6bff727a
fix crash for very fast targets
2020-12-17 22:57:28 +01:00
Dominik Maier
609f3d0265
fixed gcc analyzer warnings
2020-12-11 13:29:45 +01:00
Dominik Maier
a2e2fae840
AFL_CRASH_EXITCODE env var added, u8->bool
2020-12-03 14:43:06 +01:00
hexcoder-
54a312a5fe
more small fixes
2020-11-13 00:44:08 +01:00
bigredb
73c0e1357f
qemu argv index was still wrong
2020-10-20 05:16:34 -07:00
Dominik Maier
060dbe1239
wine argv fix
2020-09-13 14:26:24 +02:00
Choongwoo Han
a9ba907676
Fix qemu argv construction ( #555 )
2020-09-13 14:25:02 +02:00
van Hauser
6c715f1a69
more changes to fuzzer_setup
2020-09-04 17:04:42 +02:00
root
af14acf2c1
Revert "Merge branch 'debug' into dev"
...
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing
changes made to 15e799f7ae666418e75c6a79db833c5316b21f97.
2020-08-14 14:35:05 +02:00
van Hauser
4f695b6f4c
fixes
2020-08-11 11:16:48 +02:00
van Hauser
0ba09ee85a
enhancements
2020-08-11 10:24:45 +02:00
van Hauser
3ecafde29d
increase stack size
2020-08-10 13:59:30 +02:00
van Hauser
b60663c031
taint integration done
2020-08-09 18:48:12 +02:00
van Hauser
0bb59ba116
code format
2020-08-09 01:09:26 +02:00
van Hauser
e4a0237cbc
step 1
2020-08-09 00:35:12 +02:00