about summary refs log tree commit diff
path: root/frida_mode/src/instrument/instrument_coverage.c
AgeCommit message (Collapse)Author
2022-08-06code formatvanhauser-thc
2022-08-04Changes to add option for absolute coverage dataYour Name
2022-07-29Fix endianness of coverage data on big endian systemsYour Name
2022-07-12clang format 14vanhauser-thc
2022-07-04nitsvanhauser-thc
2021-12-20Improvements to debug outputYour Name
2021-11-11Changes to fix use of unstable coverageYour Name
2021-11-10Suppress spurious outputYour Name
2021-09-01Fixes to build on Ubuntu 18.04Your Name
2021-08-26Add unstable coverage supportYour Name
2021-08-25Changes to how modules are identified for coverageYour Name
2021-08-25Changes to fix coverage outputYour Name
2021-08-25Fix issues with cmplog caused by coverage writing to STDINYour 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-18Force exit of coverage processYour Name
2021-08-17Add support for generating coverage informationYour Name