diff options
| author | Giovanni Di Santi <giovanni.disanti@protonmail.com> | 2024-06-29 22:05:22 +0200 | 
|---|---|---|
| committer | Giovanni Di Santi <giovanni.disanti@protonmail.com> | 2024-06-29 22:05:22 +0200 | 
| commit | a161aac7c1eb8b689f4afc818b25072796e62746 (patch) | |
| tree | b604a7fabdc655a75269efff7d064140b67c927a /instrumentation | |
| parent | 36db3428ab16156dd72196213d2a02a5eadaed11 (diff) | |
| download | afl++-a161aac7c1eb8b689f4afc818b25072796e62746.tar.gz | |
ijon set: init
Diffstat (limited to 'instrumentation')
| -rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| 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 | 
