a24352ddfd
fix leaks
2020-03-09 15:52:14 +01:00
2f41663673
copyleft note
2020-03-09 14:43:40 +01:00
cdd1dd3d20
changelog
2020-03-09 14:37:34 +01:00
dea1dbfba4
updated changelog and todo
2020-03-09 12:33:06 +01:00
988a32ced5
code-format
2020-03-09 12:21:54 +01:00
188a6f5ec5
disable leaksanitizer when "make" ... more
2020-03-09 12:17:59 +01:00
aa4050d406
disable leaksanitizer when "make"
2020-03-09 12:04:35 +01:00
581097d58d
expanded test-instr to also work with input files via "-f @@" and changed the test.sh values
2020-03-09 11:39:12 +01:00
dba3595c0a
AFL without globals ( #220 )
...
* moved globals to afl, shm and fsrv
* moved argv to afl state, less bugs
* fixed unicorn docu
* lists everywhere
* merged custom mutators
* fixed leaks in afl-fuzz
2020-03-09 11:24:10 +01:00
c159b872ef
removed warning in afl-gcc-pass.so.cc
2020-03-09 11:23:29 +01:00
df74edeb45
more honoring be_quiet
2020-03-09 11:08:50 +01:00
dcf7d85cba
honor no_quiet for missing llvm_mode output, also print to stderr with afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes
2020-03-09 10:56:53 +01:00
8e953d9931
Merge pull request #240 from rish9101/refactor
...
Remove get_cut_time function from multiple places and refactor code
2020-03-09 09:30:25 +01:00
9f89bbd5ec
reactivated LTO persistent mode to test.sh
2020-03-09 08:51:37 +01:00
6a6dd84b39
more detail to the fact that LTO mode can fail easily
2020-03-09 08:33:08 +01:00
36ce9c1fb9
more code format
2020-03-09 08:30:28 +01:00
0581f6ec00
bug fixes to afl-ld and intensive README.lto.md update on errors and how to do the steps by hand, plus global code format
2020-03-09 08:27:23 +01:00
1a582d54e5
Remove get_cut_time function from multiple places and refactor code
2020-03-09 10:04:32 +05:30
a3161b902e
fix null ptr deferef in pre_save python mutator call
2020-03-08 22:02:57 +01:00
783f3b0957
afl-ld fixes for -L/-l .a libary loads
2020-03-08 19:12:04 +01:00
8ff0161d58
"fixed" symbol multiply defined problems with LTO
2020-03-08 18:20:28 +01:00
9f7bcca91e
mark AFL_PYTHON_ONLY deprecated
2020-03-08 16:56:44 +01:00
891f6985ed
Merge pull request #238 from h1994st/master
...
Two new hooks for the custom mutator
2020-03-08 12:38:01 +01:00
98ffef26dc
Merge pull request #239 from 0x1eadbead/fix-qemu-32-on-64
...
fix qemu persistent mode for 32-bit target on 64-bit host
2020-03-08 11:50:44 +01:00
81179b4829
fix qemu persistent mode for 32-bit target on 64-bit host
2020-03-08 13:39:06 +03:00
e7bc3e09a3
Update .gitignore
2020-03-07 16:30:31 -05:00
8f93cf5c55
Add two new hooks for the custom mutator
...
- `afl_custom_queue_get` and `afl_custom_queue_new_entry`
- Update the corresponding document and examples
2020-03-07 16:28:48 -05:00
dc0b2dda5e
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
2020-03-07 10:29:14 -05:00
ed5d65b54f
solve linking error when python is not available
2020-03-07 14:26:33 +01:00
172d384bf2
custom havoc mutation
2020-03-07 12:11:06 +01:00
1e30c3a941
afl-tmin hang mode added
2020-03-07 03:40:42 +01:00
a10a3f2fa7
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
2020-03-06 16:28:26 -05:00
2287534ec6
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
2020-03-06 21:23:54 +01:00
27d6d35893
small fix to run cmplog binaries outside afl-fuzz
2020-03-06 21:23:47 +01:00
13429d204d
adapt child handling to nawk from *BSD
2020-03-06 20:57:28 +01:00
0d4f2da8db
terminate afl-cmin early when signalled SIGINT
2020-03-06 19:33:02 +01:00
47fdbf3817
Merge pull request #235 from antonio-morales/patch-1
...
Fixing 2 little mistakes
2020-03-06 16:53:10 +01:00
1d4a3c87f5
cmplog routines instrumentation for qemu mode on x86
2020-03-06 16:43:18 +01:00
c18f6c2618
Fixing 2 little mistakes
...
This example doesn't compile due to two little errors:
- There is a missing semicolon
- "data" array doesn't exist. I think "buf" should be used instead.
2020-03-06 16:09:43 +01:00
6e8f249b20
fix #227
2020-03-05 20:43:28 +01:00
3ac568c40c
Fix leaks when stopping afl ( #228 )
2020-03-05 20:23:04 +01:00
90409f383a
added AFL_QUIET - be_quiet to afl-showmap and small changes to test.sh
2020-03-05 11:36:37 +01:00
cc72f5dfd0
clarify -N option
2020-03-05 11:04:55 +01:00
6d620f5e0c
fix travis
2020-03-05 11:03:36 +01:00
9d686ba523
Add LTO collision free llvm_mode ( #223 )
...
* first new implementation, only works with AFL_DONT_OPTIMIZE
* bug hunting
* interim commit
* finalized LTO non-collision solution
* update documentation
* merge resulted in some problems, fixing these
* added lto env to env check
* fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations
* all llvm instrumentation issues have been resolved! :-)
* llvm 9 is required (so far)
* update lto readme
2020-03-05 10:52:26 +01:00
9e5c4973eb
Fix variable name
2020-03-04 14:58:29 -05:00
70a67ca67d
fix null ptr deref before trim_case_custom call
2020-03-04 19:28:29 +01:00
e43473faef
Merge pull request #221 from h1994st/master
...
Uniform Python and custom mutator API
2020-03-04 18:38:03 +01:00
38e7dd2b9e
Update examples of the custom mutator
...
- Merge `examples/python_mutators` into `examples/custom_mutators`
- Remove `examples/python_mutators`
- Update existing examples to demonstrate new APIs
2020-03-04 01:09:37 -05:00
42ce48db39
Fix typo
2020-03-03 23:18:47 -05:00