about summary refs log tree commit diff
path: root/frida_mode/GNUmakefile
AgeCommit message (Collapse)Author
2024-06-10Fixes for arm/arm64Your Name
2023-03-25disable frida in the ci for the moment it is working nowherevanhauser-thc
2023-01-25Fix FRIDA mode for OSX arm64Your Name
2023-01-25Fix FRIDA mode for OSX x64Your Name
2022-12-01Bump FRIDA versionYour
2022-11-23Fixes to make things easier to build for ARMYour Name
2022-10-11Bump to FRIDA 16.0.1Your Name
2022-10-11Fixes for x64Your Name
2022-10-11Bump FRIDA versionYour Name
2022-08-11Fixed makefile formattingYour Name
2022-08-05Android fixesYour Name
2022-08-04Added build of FRIDA mode shared library to enable embeddingYour Name
2022-07-21Fix some OSX incompatibilities on AARCH64 (#1479)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2022-07-08Merge pull request #1470 from WorksButNotTested/fridavan Hauser
Updated FRIDA version
2022-07-08Updated FRIDA versionYour Name
2022-06-21various changesRuben ten Hove
2022-05-12Update version of FRIDAYour Name
2022-02-01Fix libunwind libraries when building from sourceYour Name
2022-02-01Fixed build from source on OSXjon
2022-02-01Bump FRIDA versionYour Name
2022-01-19Changes to support variations in the mapsizeYour Name
2021-12-27Changes to not build addr for OSXjon
2021-12-25nitsvanhauser-thc
2021-12-17Added addr for finding default base addressYour Name
2021-12-17Changes to build frida-source without devkitYour Name
2021-12-07Bump FRIDA version (#1197)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-12-02Fixes for arm32Your Name
2021-11-18Bump FRIDA versionYour Name
2021-11-08Suppress coverage for deterministic branchesYour Name
2021-10-25frida mode musl build fixDavid Carlier
2021-10-16frida mode android build fix proposal.David Carlier
also protecting seccomp the other way around in case it is ported in another platform supported by frida.
2021-10-12frida mode fix on x86_64 archsDavid Carlier
2021-10-12Minimize inline assemblyYour 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-17Changes to build many-linux build from working copy instead of a fixed branchYour Name
2021-07-20remove realpath dependencyvanhauser-thc
2021-07-16small changes for ARM 32-bit (compiles now, but does not work)hexcoder-
2021-07-14Improved block and edge numbering to reduce collisions (#1021)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-07-07Updated the version of FRIDA to 15.0.0 (#1013)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-07-06Frida build fixes (#1010)WorksButNotTested
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-07-05Remove dependency on xxd (#1002)WorksButNotTested
Co-authored-by: Your Name <you@example.com>
2021-07-02Changes to strip unused symbols from afl-frida-trace.so and hance remove v7 ↵WorksButNotTested
and its dependency on C++ (#1001) Co-authored-by: Your Name <you@example.com>
2021-06-25Improved FRIDA mode scripting support (#994)WorksButNotTested
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-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-06-22frida fixvanhauser-thc
2021-06-11Improve tracing support to include real addresses and edge ids and also ↵WorksButNotTested
support logging edges only once (#972) Co-authored-by: Your Name <you@example.com>
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>
2021-05-27Support for AFL_FRIDA_PERSISTENT_RET (#941)WorksButNotTested
Co-authored-by: Your Name <you@example.com>