From a161aac7c1eb8b689f4afc818b25072796e62746 Mon Sep 17 00:00:00 2001 From: Giovanni Di Santi Date: Sat, 29 Jun 2024 22:05:22 +0200 Subject: ijon set: init --- instrumentation/afl-compiler-rt.o.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'instrumentation/afl-compiler-rt.o.c') diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index c08e6380..bf498781 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -2761,5 +2761,11 @@ void __afl_injection_xss(u8 *buf) { } +void __afl_ijon_set(u32 edge) { + + __afl_area_ptr[edge % __afl_map_size] |= 1; + +} + #undef write_error -- cgit 1.4.1