diff options
| author | Giovanni Di Santi <giovanni.disanti@protonmail.com> | 2024-06-30 15:50:37 +0200 |
|---|---|---|
| committer | Giovanni Di Santi <giovanni.disanti@protonmail.com> | 2024-06-30 15:50:37 +0200 |
| commit | 8fbeeb143989f4ebbcc238a96305e4c534e074c7 (patch) | |
| tree | 10558177ce0aa7c6c329b086f2a7d11eb301ba10 /instrumentation | |
| parent | 2a489f844b7bc910caad2ab46aa3d86c3e6fbef8 (diff) | |
| download | afl++-8fbeeb143989f4ebbcc238a96305e4c534e074c7.tar.gz | |
ijon set: discard source code instrumentation
Diffstat (limited to 'instrumentation')
| -rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index bf498781..c08e6380 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -2761,11 +2761,5 @@ void __afl_injection_xss(u8 *buf) { } -void __afl_ijon_set(u32 edge) { - - __afl_area_ptr[edge % __afl_map_size] |= 1; - -} - #undef write_error |
