about summary refs log tree commit diff
path: root/frida_mode/src
AgeCommit message (Collapse)Author
2021-06-16Perf regression4 (#979)WorksButNotTested
* Added test for libjpeg * Added proj4 test * Added missing members to x86/64 context * Changes to use memfd and hashtable cache * Removed redundant check Co-authored-by: Your Name <you@example.com>
2021-06-11Improve tracing support to include real addresses and edge ids and also ↵WorksButNotTested
support logging edges only once (#972) 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-06-10FRIDA - Remove need for AFL_FRIDA_PERSISTENT_RETADDR_OFFSET (#970)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-06-08FRIDA AARCH64 support (#965)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-30add missing include for _exit()hexcoder-
2021-05-30afl-cmin help fix, aflpp_driver - + @@ supportvanhauser-thc
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-28Changes to add missing exclusion of ranges (#943)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-05-27Support for AFL_FRIDA_PERSISTENT_RET (#941)WorksButNotTested
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-20Changes to have persistent mode exit at the end of the loop (#928)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-05-18Minor integration tweaks (#926)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-05-17Support for x86 (#920)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-05-17FASAN Support (#918)WorksButNotTested
* FASAN Support * Fix handling of Address Sanitizer DSO * Changes to identification of Address Sanitizer DSO Co-authored-by: Your Name <you@example.com>
2021-05-11Fixes to memory operands for complog (#916)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-05-10Frida cmplog fail fast (#914)WorksButNotTested
* Changes to remove binaries from frida_mode * Changes to make cmplog fail fast Co-authored-by: Your Name <you@example.com>
2021-05-08Fix numeric overflow in cmplog implementation (#907)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-30frida: complog -> cmplogvanhauser-thc
2021-04-30nitsvanhauser-thc
2021-04-29nitsvanhauser-thc
2021-04-29Fixes for aarch64, OSX and other minor issues (#891)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-28nitvanhauser-thc
2021-04-28frida mode - support non-pievanhauser-thc
2021-04-28nitsvanhauser-thc
2021-04-28Bumped warnings up to the max and fixed remaining issues (#890)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-28fix frida modevanhauser-thc
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-04-16Changes following code reviewYour Name
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-24Add support for FRIDA modeYour Name