about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-11-17Fix sorting of rangesYour Name
2021-11-17d2vanhauser-thc
2021-11-17nitvanhauser-thc
2021-11-16add coresight to docsvanhauser-thc
2021-11-16fix afl-showmapvanhauser-thc
2021-11-16showmap -A -> -H, accurate help outputvanhauser-thc
2021-11-16Merge pull request #1156 from retrage/retrage/coresight-mode-prvan Hauser
Add CoreSight mode support
2021-11-16coresight_mode: Add TODO list to README.mdAkira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-16Fix finding glibc patchesAkira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-15Merge pull request #1136 from llzmb/docs_edit_environment_variablesvan Hauser
Edit list of environment variables
2021-11-15Merge pull request #1162 from WorksButNotTested/fridavan Hauser
Frida
2021-11-15Further optimization to coverage codeYour Name
2021-11-15Changes to allow configuration of stalker adjacent blocksYour Name
2021-11-15cmplog fixvanhauser-thc
2021-11-15Check `-M` / `-S` is not specified with `-A`Akira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-15Fix platform check for `-A` CoreSight modeAkira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12Add platform check for `-A` CoreSight modeAkira Moroo
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#discussion_r747454306 Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12Remove unnecessary mem_limit in afl-showmapAkira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12Clarify usage message for ARM CoreSight modeAkira Moroo
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#issuecomment-966196217 Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-11Merge pull request #1157 from WorksButNotTested/fridavan Hauser
Frida
2021-11-11Fix to handling of persistent mode using JSYour Name
2021-11-11Changes to fix use of unstable coverageYour Name
2021-11-11Add initial CoreSight mode supportAkira Moroo
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-10Merge pull request #1155 from WorksButNotTested/fridavan Hauser
Frida
2021-11-10Minor change to inline assemblyYour Name
2021-11-10Fix block ID handlingYour Name
2021-11-10update qemuafl, update changelogvanhauser-thc
2021-11-10docvanhauser-thc
2021-11-10Merge pull request #1154 from adrianherrera/optimin/build-script-fixvan Hauser
optimin: fix optimin git clone
2021-11-10Merge pull request #1153 from WorksButNotTested/fridavan Hauser
Frida
2021-11-10optimin: fix optimin git cloneAdrian Herrera
2021-11-10Suppress spurious outputYour Name
2021-11-09Edit list of environment variablesllzmb
2021-11-09Inline instrumentation optimization for x64Your Name
2021-11-09fix afl- tools for new fridavanhauser-thc
2021-11-09update qemuaflvanhauser-thc
2021-11-09Merge pull request #1150 from WorksButNotTested/perf-finalvan Hauser
Perf final
2021-11-08Changes to cmplog to use hashes block IDYour Name
2021-11-08Suppress coverage for deterministic branchesYour Name
2021-11-08Add support for option to disable backpatchYour Name
2021-11-08Added performance testYour Name
2021-11-08nitsvanhauser-thc
2021-11-08Merge pull request #1149 from DMaroo/ui-fifovan Hauser
Use FIFOs instead of hacky sleep code to pass messages in afl-plot
2021-11-08Cleanup earlierDhruv Maroo
* Exit if mkfifo fails * Use .tmp so that in any case the cleanup fails, user doesn't have to see this dir unless explicitly listing hidden files
2021-11-08Use FIFOs instead of hacky sleep code to pass messagesDhruv Maroo
2021-11-07envvanhauser-thc
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-07Merge pull request #1148 from tl455047/devvan Hauser
Fix index of cmp_map->log[key].
2021-11-07code-formattl455047
2021-11-07Fix index of cmp_map->log[key].tl455047