about summary refs log tree commit diff
path: root/frida_mode
AgeCommit message (Collapse)Author
2023-05-15push to stable (#1734)van Hauser
* afl++ -> AFL++ * update readme * more debug * slightly different weighting algo (#1719) * better seed selection * slightly different weighting calculation * remove unnecessary memset * Add "Hangs saved" to afl-whatsup (#1717) The hangs could show long or infinite loops. This is important. Co-authored-by: van Hauser <vh@thc.org> * nits * afl-showmap: Start a only a single fork server (#1718) A forkserver is started by afl_fsrv_get_mapsize() when dynamically finding the map size. When an input directory option is specified a second fork server was also started. This commit re-arranges the inits for several forkserver struct members so that we can re-use the server started by the get_mapsize() call when not in coresight/qemu/unicorn modes and just start the server otherwise. * Source Code Coverage support for Nyx (Part 1) (#1720) * Additional source code reformatting in afl-compiler-rt * Add source code coverage support to afl-compiler-rt (for use with Nyx) * doc, code format * llvm 17 changes * more llvm 17 * add frida mode tutorial * fix effector map * docs * Should memset EFF_ALEN(len) of eff_map (#1722) * fix reallocs * fix afl-system-config for macos * afl-fuzz.c: Document -i - in --help (#1725) afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely. * tritondse custom mutator attempt * tritondse fixes * update libnyx (#1727) * GNUmakefile: Update LLVM instructions (#1728) Update LLVM instructions, because versions higher than 14 are supported and to be explicit that LLD is also required * disable macos in the ci, works fine for me * fix makefile * better tritondse support * next steps for tritondse * qemuafl: Persistent mode for PPC32 targets * update qemu_mode * afl-clang-lto incomptable with -flto=thin * add @responsefile support for afl-cc --------- Co-authored-by: fxlb <devel.fx.lebail@orange.fr> Co-authored-by: Nick Potenski <nick.potenski@garmin.com> Co-authored-by: Christian Holler (:decoder) <choller@mozilla.com> Co-authored-by: lazymio <mio@lazym.io> Co-authored-by: Moshe Kaplan <me@moshekaplan.com> Co-authored-by: Sergej Schumilo <sergej@schumilo.de> Co-authored-by: Dominik Maier <domenukk@gmail.com>
2023-04-22code formatvanhauser-thc
2023-04-21frida mode: add dynamic loaded code exclusioneleguevel
Add the AFL_FRIDA_INST_NO_DYNAMIC_LOAD environment variable and its associated JS function setInstrumentNoDynamicLoad to prevent the instrumentation of late dynamic loaded code. Resolve #1708
2023-03-25disable frida in the ci for the moment it is working nowherevanhauser-thc
2023-02-09add test for unprefixed pathYaakov Saxon
2023-01-31Add support for disabling branch suppressionYour
2023-01-31Changes to revert broken branch suppression fixYour
2023-01-25Fix FRIDA mode for OSX arm64Your Name
2023-01-25Fix FRIDA mode for OSX x64Your Name
2023-01-03welcome 2023vanhauser-thc
2022-12-13code formatvanhauser-thc
2022-12-01Fix branch suppression for ARM64Your
2022-12-01Bump FRIDA versionYour
2022-11-23Fixes to make things easier to build for ARMYour Name
2022-11-18Fix cmplog block ID generation to use hashes rather than bit-shiftsYour Name
2022-10-11Bump to FRIDA 16.0.1Your Name
2022-10-11Fixes for x64Your Name
2022-10-11Bump FRIDA versionYour Name
2022-10-11ARM branch suppressionYour Name
2022-10-11Updates following FRIDA API changesYour Name
2022-09-10Merge pull request #1511 from tocic/fix/docs_typosvan Hauser
Fix typos in docs
2022-09-10Fix typos in docstocic
2022-09-05egrep -> grep -evanhauser-thc
2022-08-11Changes to allow cross-compilation of pngtestYour Name
2022-08-11Fixed warnings about format stringsYour Name
2022-08-11Fixed makefile formattingYour Name
2022-08-09Fix unstable test makefileYour Name
2022-08-06code formatvanhauser-thc
2022-08-05Add support for Android SHMYour Name
2022-08-05Changes to abstract shared memoryYour Name
2022-08-05Fixes to formattingYour Name
2022-08-05Android fixesYour Name
2022-08-04Add support for using hook on ARM32Your Name
2022-08-04Added support for ARM32 inline assemblyYour Name
2022-08-04Added support for ARM32 persistent modeYour Name
2022-08-04Added build of FRIDA mode shared library to enable embeddingYour Name
2022-08-04Changes to add option for absolute coverage dataYour Name
2022-08-04Fix formattingYour Name
2022-07-29Added framework for logging register contents at the end of each basic blockYour Name
2022-07-29Fix endianness of coverage data on big endian systemsYour Name
2022-07-25code formatvanhauser-thc
2022-07-21Fix some OSX incompatibilities on AARCH64 (#1479)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2022-07-12clang format 14vanhauser-thc
2022-07-08Merge pull request #1470 from WorksButNotTested/fridavan Hauser
Updated FRIDA version
2022-07-08Updated FRIDA versionYour Name
2022-07-07Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devRuben ten Hove
2022-07-04nitsvanhauser-thc
2022-06-21various changesRuben ten Hove
2022-05-12Added test for prefetch validationYour Name
2022-05-12Validate address space before prefetchingYour Name