about summary refs log tree commit diff
path: root/frida_mode/src/stats
AgeCommit message (Collapse)Author
2022-10-11Bump FRIDA versionYour Name
2022-08-05Changes to abstract shared memoryYour Name
2022-07-12clang format 14vanhauser-thc
2021-12-20Improvements to debug outputYour Name
2021-11-29Changes to support defaults for configuration optionsYour Name
2021-11-10Suppress spurious outputYour 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-07-07Changes to print stats more periodically rather than relying on a new block ↵WorksButNotTested
being instrumented (#1011) 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-06-24Added JS support (#992)WorksButNotTested
* Added JS support * Added some documentation 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-29Support writing Stalker stats (#945)WorksButNotTested
* Support writing Stalker stats * Fixed string handling in print functions Co-authored-by: Your Name <you@example.com>