about summary refs log tree commit diff
path: root/frida_mode/src/instrument/instrument.c
AgeCommit message (Collapse)Author
2022-08-05Changes to abstract shared memoryYour Name
2022-08-04Fix formattingYour Name
2022-07-29Added framework for logging register contents at the end of each basic blockYour 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-02-18Add global caching of block translation to instrumentationYour Name
2022-02-18Changes to default CMOV instrumentation to offYour Name
2022-02-18Added instrumentation for CMOV instructionsYour Name
2022-01-19Changes to support variations in the mapsizeYour Name
2021-12-27Changes to explicitly place the previous_pcjon
2021-12-23Optimize AARCH64 inline assemblyYour Name
2021-12-20Improvements to debug outputYour Name
2021-12-02Fixes for arm32Your Name
2021-11-29Changes to support defaults for configuration optionsYour Name
2021-11-10Fix block ID handlingYour Name
2021-11-10Suppress spurious outputYour Name
2021-11-04add AFL_USE_TSANvanhauser-thc
2021-10-12Minimize inline assemblyYour Name
2021-10-03frida mode macOs warning fix, syscall being deprecated, using ↵David CARLIER
pthread_threadid_np available since snow leopard
2021-08-26Add unstable coverage supportYour Name
2021-08-20Fixed coverage on OSX (dependency on pipe2)Your Name
Removed use of 'realpath' in makefiles to fix OSX incompatibility Fixed handling of when prefetching should be enabled Snap the main binary during initialization to avoid stability issues with lazy loading Add support for configurable inline cache entries for FRIDA on x86/x64 Support for prefetching FRIDA backpatches on x86/x64 Improved stats support on x86/x64/aarch64
2021-08-17Fix coverage dataYour Name
2021-08-17Add support for generating coverage informationYour Name
2021-08-12Changes to remove hard-coding of MAP_SIZE_POW2 when inline instrumentation ↵Your Name
is disabled
2021-07-15Support for setting a fixed seed for the hash function (#1026)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-07-14fix frida, fix dictionary generation to honor AFL_LLVM_{ALLOW/DENY}LISTvanhauser-thc
2021-07-14Improved block and edge numbering to reduce collisions (#1021)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-07-06Deferred exclusion support (#1008)WorksButNotTested
* Deferred exclusion support * Changes to support different hook libraries for QEMU and FRIDA * Changes to collect more stats Co-authored-by: Your Name <you@example.com>
2021-07-05Changes to automatically disable optimization when AFL_FRIDA_INST_TRACE is ↵WorksButNotTested
set (#1003) Co-authored-by: Your Name <you@example.com>
2021-06-25Improved FRIDA mode scripting support (#994)WorksButNotTested
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-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-08FRIDA AARCH64 support (#965)WorksButNotTested
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-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-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-04-30Support for AFL_ENTRYPOINT (#898)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-30frida: complog -> cmplogvanhauser-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-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>