about summary refs log tree commit diff
path: root/frida_mode/src/main.c
AgeCommit message (Collapse)Author
2023-12-21Improve binary-only related docsBet4
2023-11-06clang-format 16->17vanhauser-thc
2023-06-01Changes to support defered startYour Name
2022-08-05Fixes to formattingYour Name
2022-08-05Android fixesYour Name
2022-07-12clang format 14vanhauser-thc
2022-02-18Reserved used address space on dlclose to prevent re-useYour Name
2021-12-20Improvements to debug outputYour Name
2021-12-02Fixes for arm32Your Name
2021-11-18Improve JS bindings for hooking functionsYour Name
2021-11-10Suppress spurious outputYour Name
2021-11-04add AFL_USE_TSANvanhauser-thc
2021-10-23frida mode display command line on macDavid CARLIER
2021-08-27Added seccomp supportYour Name
2021-07-02Changes to strip unused symbols from afl-frida-trace.so and hance remove v7 ↵WorksButNotTested
and its dependency on C++ (#1001) Co-authored-by: Your Name <you@example.com>
2021-06-24Added JS support (#992)WorksButNotTested
* Added JS support * Added some documentation Co-authored-by: Your Name <you@example.com>
2021-06-22Misc (#986)WorksButNotTested
* Changes to fix accidental ranges deletion and add support for SCAS/CMPS * Fix syscall issues on OSX * Changes to more closely match QEMU mode * Changes to use double hashing on cmplog * Changes to use msync * Review changes Co-authored-by: Your Name <you@example.com>
2021-06-11Frida complog fix (#971)WorksButNotTested
* Fix complog issue with changing address space * Added support for printing command line and environment during startup * Review fixes Co-authored-by: Your Name <you@example.com>
2021-05-29Support writing Stalker stats (#945)WorksButNotTested
* Support writing Stalker stats * Fixed string handling in print functions Co-authored-by: Your Name <you@example.com>
2021-05-27Frida (#940)WorksButNotTested
* Added re2 test * Added libpcap test * Fix validation of setting of ADDR_NO_RANDOMIZE * Added support for printing original and instrumented code Co-authored-by: Your Name <you@example.com>
2021-05-18Minor integration tweaks (#926)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-30Support for AFL_ENTRYPOINT (#898)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-29Fixes for aarch64, OSX and other minor issues (#891)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-28Bumped warnings up to the max and fixed remaining issues (#890)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-28Frida persistent (#880)WorksButNotTested
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com>
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-24Add support for FRIDA modeYour Name