about summary refs log tree commit diff
path: root/frida_mode/src/cmplog/cmplog_x64.c
AgeCommit message (Collapse)Author
2022-11-18Fix cmplog block ID generation to use hashes rather than bit-shiftsYour Name
2022-07-12clang format 14vanhauser-thc
2021-11-10Suppress spurious outputYour Name
2021-11-08Changes to cmplog to use hashes block IDYour Name
2021-11-02modify frida for new cmplogvanhauser-thc
2021-06-24Added JS support (#992)WorksButNotTested
* Added JS support * Added some documentation Co-authored-by: Your Name <you@example.com>
2021-06-22Misc (#986)WorksButNotTested
* Changes to fix accidental ranges deletion and add support for SCAS/CMPS * Fix syscall issues on OSX * Changes to more closely match QEMU mode * Changes to use double hashing on cmplog * Changes to use msync * Review changes 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-08Fix numeric overflow in cmplog implementation (#907)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-04-30frida: complog -> cmplogvanhauser-thc