about summary refs log tree commit diff
path: root/frida_mode/src/instrument/instrument_x64.c
AgeCommit message (Expand)Author
2023-06-22Support for long form instrumentation on x64Your Name
2023-01-31Add support for disabling branch suppressionYour
2022-10-11Fixes for x64Your 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
2022-07-12clang format 14vanhauser-thc
2022-05-12Update version of FRIDAYour Name
2022-04-18code formatvanhauser-thc
2022-03-30ignore unused variable to let make DEBUG=1 distrib succeedhexcoder-
2022-02-18Add global caching of block translation to instrumentationYour Name
2022-02-18Added instrumentation for CMOV instructionsYour Name
2022-02-18Changes to simplify coverage codeYour Name
2022-01-19nits and code formatvanhauser-thc
2022-01-19Changes to support variations in the mapsizeYour Name
2021-12-27Changes to explicitly place the previous_pcjon
2021-12-20Improvements to debug outputYour Name
2021-12-10Fixes for OSX instrumentationYour Name
2021-11-19Fix compilation on RaspberryPi 32-bit (please review)hexcoder-
2021-11-19Shift saved values down the stack by 8 bytesYour Name
2021-11-15Further optimization to coverage codeYour Name
2021-11-10Minor change to inline assemblyYour Name
2021-11-10Fix block ID handlingYour Name
2021-11-10Suppress spurious outputYour Name
2021-11-09Inline instrumentation optimization for x64Your Name
2021-11-08Suppress coverage for deterministic branchesYour Name
2021-11-04add AFL_USE_TSANvanhauser-thc
2021-10-16frida mode android build fix proposal.David Carlier
2021-10-13Fix missing MAP_FIXED_NOREPLACE (#1116)WorksButNotTested
2021-10-12frida mode fix on x86_64 archsDavid Carlier
2021-10-12Minimize inline assemblyYour Name
2021-10-02fix some compiler warnings in 32-bit linuxhexcoder-
2021-09-23Performance improvements (#1094)WorksButNotTested
2021-07-14Improved block and edge numbering to reduce collisions (#1021)WorksButNotTested
2021-07-07Changes to align the constants used by the coverage function assembly code (#...WorksButNotTested
2021-06-24Added JS support (#992)WorksButNotTested
2021-06-08FRIDA AARCH64 support (#965)WorksButNotTested
2021-04-28Frida persistent (#880)WorksButNotTested