about summary refs log tree commit diff
path: root/frida_mode/test/testinstr
AgeCommit message (Collapse)Author
2024-07-14code formatvanhauser-thc
2024-02-032024 v4.10c releasevanhauser-thc
2023-05-31Support for instrumentation more than GB away from data structuresYour Name
2023-01-03welcome 2023vanhauser-thc
2022-11-23Fixes to make things easier to build for ARMYour Name
2022-01-07more welcome 2022yuawn
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-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-05-17Support for x86 (#920)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-30Added representative fuzzbench test and test for libxml (#893)WorksButNotTested
* Added representative fuzzbench test and test for libxml * Added support for building FRIDA from source with FRIDA_SOURCE=1 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>