about summary refs log tree commit diff
path: root/frida_mode/src
AgeCommit message (Collapse)Author
2023-12-21Improve binary-only related docsBet4
2023-11-06clang-format 16->17vanhauser-thc
2023-09-05frida_mode: fix oob when copying detailsJoey Jiao
Change-Id: I6a19792ee9e174720242602cec4a79134f6218de
2023-09-03code formatvanhauser-thc
2023-08-30Don't corrupt instruction if map offset is too largeYour Name
2023-07-13ntsvanhauser-thc
2023-07-10Increase dummy map sizeYour Name
2023-06-22Support for long form instrumentation on x64Your Name
2023-06-01Changes to support defered startYour Name
2023-05-31Support for instrumentation more than GB away from data structuresYour Name
2023-05-21code formatvanhauser-thc
2023-04-22code formatvanhauser-thc
2023-04-21frida mode: add dynamic loaded code exclusioneleguevel
Add the AFL_FRIDA_INST_NO_DYNAMIC_LOAD environment variable and its associated JS function setInstrumentNoDynamicLoad to prevent the instrumentation of late dynamic loaded code. Resolve #1708
2023-01-31Add support for disabling branch suppressionYour
2023-01-31Changes to revert broken branch suppression fixYour
2022-12-13code formatvanhauser-thc
2022-12-01Fix branch suppression for ARM64Your
2022-11-23Fixes to make things easier to build for ARMYour Name
2022-11-18Fix cmplog block ID generation to use hashes rather than bit-shiftsYour Name
2022-10-11Fixes for x64Your Name
2022-10-11Bump FRIDA versionYour Name
2022-10-11ARM branch suppressionYour Name
2022-10-11Updates following FRIDA API changesYour Name
2022-08-11Fixed warnings about format stringsYour Name
2022-08-06code formatvanhauser-thc
2022-08-05Add support for Android SHMYour Name
2022-08-05Changes to abstract shared memoryYour Name
2022-08-05Fixes to formattingYour Name
2022-08-05Android fixesYour Name
2022-08-04Added support for ARM32 inline assemblyYour Name
2022-08-04Added support for ARM32 persistent modeYour Name
2022-08-04Changes to add option for absolute coverage dataYour Name
2022-08-04Fix formattingYour Name
2022-07-29Added framework for logging register contents at the end of each basic blockYour Name
2022-07-29Fix endianness of coverage data on big endian systemsYour Name
2022-07-25code formatvanhauser-thc
2022-07-21Fix some OSX incompatibilities on AARCH64 (#1479)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2022-07-12clang format 14vanhauser-thc
2022-07-08Merge pull request #1470 from WorksButNotTested/fridavan Hauser
Updated FRIDA version
2022-07-08Updated FRIDA versionYour Name
2022-07-04nitsvanhauser-thc
2022-05-12Validate address space before prefetchingYour Name
2022-05-12Update version of FRIDAYour Name
2022-05-06frida module android build fix.David Carlier
2022-04-18code formatvanhauser-thc
2022-03-31frida mode fix arm64 buildDavid CARLIER
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-18Reserved used address space on dlclose to prevent re-useYour Name
2022-02-18Changes to default CMOV instrumentation to offYour Name