diff options
| author | van Hauser <vh@thc.org> | 2024-07-10 13:51:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 13:51:08 +0200 |
| commit | 43f462c91b3699b66e4aa1c5703b30f5189b5618 (patch) | |
| tree | 8648bc27e2dd5b5b23ebd33c59722be740f506c2 /frida_mode/include | |
| parent | d1a7b6988c608c75e96b8b4776acb5177d9d5aed (diff) | |
| parent | 77bad3ad239c557d17ab2788837d2a7aa854b235 (diff) | |
| download | afl++-43f462c91b3699b66e4aa1c5703b30f5189b5618.tar.gz | |
Merge pull request #2138 from meowmeowxw/ijon-set
IJON SET
Diffstat (limited to 'frida_mode/include')
| -rw-r--r-- | frida_mode/include/instrument.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frida_mode/include/instrument.h b/frida_mode/include/instrument.h index 1825e331..a1969e37 100644 --- a/frida_mode/include/instrument.h +++ b/frida_mode/include/instrument.h @@ -22,6 +22,7 @@ extern guint64 instrument_fixed_seed; extern uint8_t *__afl_area_ptr; extern uint32_t __afl_map_size; +extern void __afl_coverage_interesting(uint8_t, uint32_t); extern __thread guint64 *instrument_previous_pc_addr; @@ -72,5 +73,7 @@ void instrument_cache(const cs_insn *instr, GumStalkerOutput *output); void instrument_write_regs(GumCpuContext *cpu_context, gpointer user_data); void instrument_regs_format(int fd, char *format, ...); +void ijon_set(uint32_t edge); + #endif |
