10 Commits

Author SHA1 Message Date
Your Name
852c036cae Add global caching of block translation to instrumentation 2022-02-18 17:39:21 +00:00
Your Name
d59a76261d Improvements to debug output 2021-12-20 18:14:57 +00:00
Your Name
b48999f7c9 Changes to support defaults for configuration options 2021-11-29 17:38:06 +00:00
Your Name
b0c51964b7 Add support for parsing zero as a configuration setting 2021-11-29 17:38:06 +00:00
Your Name
7e1dba2e6b Fix block ID handling 2021-11-10 18:05:29 +00:00
Your Name
02e8919cbc Suppress spurious output 2021-11-10 05:25:29 +00:00
WorksButNotTested
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
WorksButNotTested
14178141dc
Frida (#940)
* Added re2 test

* Added libpcap test

* Fix validation of setting of ADDR_NO_RANDOMIZE

* Added support for printing original and instrumented code

Co-authored-by: Your Name <you@example.com>
2021-05-27 10:49:34 +02:00
WorksButNotTested
3a0d4fe0d0
Bumped warnings up to the max and fixed remaining issues (#890)
Co-authored-by: Your Name <you@example.com>
2021-04-28 19:26:19 +02:00
WorksButNotTested
39ad3b8946
Frida persistent (#880)
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog

* Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC

* Various minor fixes and finished support for AFL_INST_LIBS

* Review changes

Co-authored-by: Your Name <you@example.com>
2021-04-28 10:25:26 +02:00