17 Commits

Author SHA1 Message Date
ed1a6f8a57 2024 v4.10c release 2024-02-03 11:01:31 +01:00
30495e6bfe frida mode: add dynamic loaded code exclusion
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-04-21 12:00:56 +02:00
35f09e11a4 welcome 2023 2023-01-03 09:38:07 +01:00
ffad6f3f09 Fix typos in docs 2022-09-10 07:41:19 +03:00
4fdd64d6d6 Added framework for logging register contents at the end of each basic block 2022-07-29 19:33:31 +01:00
e1082f2548 welcome 2022 2022-01-01 00:49:17 +01:00
d59a76261d Improvements to debug output 2021-12-20 18:14:57 +00:00
89df436290 Fix broken links - 1st run 2021-12-05 19:36:33 +01:00
bcd81c377d Fix line length and formatting 2021-12-04 20:38:00 +01:00
d9e39be4e8 Remove the word "simply" 2021-12-02 16:49:16 +01:00
f1d2332657 Edit FRIDA mode MD files 2021-11-26 13:21:01 +01:00
af02fa1670 Improve JS bindings for hooking functions 2021-11-18 17:08:39 +00:00
9325a4fcbb http->https 2021-11-06 10:28:22 +01:00
028f8ced8f Fixed coverage on OSX (dependency on pipe2)
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-20 17:28:40 +01:00
2a433f90c4 Improved OSX support (#1005)
Co-authored-by: Your Name <you@example.com>
2021-07-06 09:09:43 +02:00
6a3877dcd3 Improved FRIDA mode scripting support (#994)
Co-authored-by: Your Name <you@example.com>
2021-06-25 23:14:27 +02:00
f348a35ec6 Added JS support (#992)
* Added JS support

* Added some documentation

Co-authored-by: Your Name <you@example.com>
2021-06-24 19:46:08 +02:00