Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-26 | Add automaton parser (#1426) | yihellen | |
* have compilable program * enable read in file * add hashmap usage * add build hashmap; WIP; test if constructed correctly tomorrow * add testcase to test hashmap * add sorted symbols list * build symbols dictionary * clean up DEBUG * successfully find automaton path * fix all memory leaks * test if automaton same with example * able to iterate through files in a folder * finish testing on one random queue wip - change macro values - add bound checking * add bound checking to program length * add bound checking to program walk length * add boundary check to terminal number, terminal lengths and program length * commit test makefile * add makefile * able to add seeds to gramatron * remove useless argument in automaton_parser * add automaton parser to gramfuzz * change build * revert test.c to original state * add makefile to test.c for testing | |||
2022-05-23 | update changelog | vanhauser-thc | |
2022-05-23 | disable LTO for llvm 15 :-( | vanhauser-thc | |
2022-05-19 | Merge pull request #1411 from glandium/implicit-int | van Hauser | |
Fix build failures with clang 15 | |||
2022-05-19 | todo | vanhauser-thc | |
2022-05-18 | Merge pull request #1415 from che30122/dev | van Hauser | |
afl->cmplog_binary memory leak problem | |||
2022-05-17 | fix mem leak | che30122 | |
2022-05-16 | Merge pull request #1410 from WorksButNotTested/dynamic | van Hauser | |
A few updates | |||
2022-05-16 | Merge pull request #1412 from HexRabbit/fix_make_deps | van Hauser | |
Fix missing dependency | |||
2022-05-16 | Fix missing dependency | HexRabbit | |
add `instrumentation/afl-llvm-common.o` to `SanitizerCoverageLTO.so`'s dependency list | |||
2022-05-13 | Avoid implicit-int error in x86 test with clang 15 | Mike Hommey | |
See https://github.com/llvm/llvm-project/commit/2cb2cd242ca08d0bbd2a51a41f1317442e5414fc | |||
2022-05-12 | Added test for prefetch validation | Your Name | |
2022-05-12 | Validate address space before prefetching | Your Name | |
2022-05-12 | Update version of FRIDA | Your Name | |
2022-05-12 | Update nyx submodules (#1408) | Sergej Schumilo | |
2022-05-12 | update unicorn | vanhauser-thc | |
2022-05-11 | Docker image update to ubuntu jammy LTS (#1406) | David CARLIER | |
which brings gcc 12 and the llvm 14 suite. | |||
2022-05-11 | Merge pull request #1405 from yuawn/fix_llvm_version | van Hauser | |
Fix LLVM version in Dockerfile comment | |||
2022-05-11 | fix LLVM version | yuawn | |
2022-05-10 | update changelog | vanhauser-thc | |
2022-05-10 | fix effector map calculation | vanhauser-thc | |
2022-05-09 | fix | vanhauser-thc | |
2022-05-09 | support post_process's own return buffer | vanhauser-thc | |
2022-05-08 | Merge pull request #1401 from devnexen/fbsd_largepage | van Hauser | |
large shared segment optimisation (in TEST_MMAP mode) | |||
2022-05-08 | Merge pull request #1400 from devnexen/frida_android_bfix | van Hauser | |
frida module android build fix. | |||
2022-05-06 | large shared segment optimisation (in TEST_MMAP mode) | David CARLIER | |
for FreeBSD supporting such feature. Grabbing the first kind which fit the needed size otherwise falling back to the classic shared segment allocation. | |||
2022-05-06 | frida module android build fix. | David Carlier | |
2022-05-03 | pcguard fix for most current llvm 15 changes | vanhauser-thc | |
2022-05-02 | fix | vanhauser-thc | |
2022-05-02 | fix mopt random selection | vanhauser-thc | |
2022-05-02 | fix token usage in normal and MOpt mode | vanhauser-thc | |
2022-04-28 | Properly null CmpLog map in deinit (#1395) | che30122 | |
Co-authored-by: van Hauser <vh@thc.org> | |||
2022-04-28 | update afl-sharedmem.c | che30122 | |
2022-04-25 | Merge pull request #1392 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-04-25 | code format | vanhauser-thc | |
2022-04-25 | add changelog | vanhauser-thc | |
2022-04-25 | Merge pull request #1375 from wtdcode/fix_uc_static | van Hauser | |
Fix unicornafl static build | |||
2022-04-24 | fix my name | Dominik Maier | |
2022-04-24 | Merge origin/dev | lazymio | |
2022-04-24 | Bump unicornafl | lazymio | |
2022-04-22 | unicorn | vanhauser-thc | |
2022-04-22 | try repeating write | vanhauser-thc | |
2022-04-21 | Merge pull request #1393 from jschwartzentruber/dev-wasm | van Hauser | |
instrumentation fixes for wasm | |||
2022-04-20 | fix instrumentation for -Werror,-Wunused-but-set-variable | Jesse Schwartzentruber | |
`used` is so it isn't optimized out. `unused` is to avoid the warning. | |||
2022-04-20 | use passthrough mode for wasm | Jesse Schwartzentruber | |
2022-04-18 | remove WIP code | vanhauser-thc | |
2022-04-18 | code format | vanhauser-thc | |
2022-04-18 | fix msg | vanhauser-thc | |
2022-04-18 | Merge pull request #1388 from mlichvar/cmin-args | van Hauser | |
afl-cmin: quote program arguments | |||
2022-04-18 | Merge pull request #1382 from AdaCore/pr/gcc_deny_list_fix | van Hauser | |
Fix GCC plugin crash when using deny/allow list |