diff options
| author | van Hauser <vh@thc.org> | 2021-10-12 10:19:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 10:19:45 +0200 |
| commit | 28df6d5a576b4ddc241223f2908d0f42ba7ef0bd (patch) | |
| tree | 23ed0d4f1426463276332faa4cc2dfa0cb8fccaa /frida_mode/include/instrument.h | |
| parent | 00aa689f40a3c8276af257cf0b54dc655cb0423e (diff) | |
| parent | d22b28d17b8cffabbb59c9e82373338a6343c648 (diff) | |
| download | afl++-28df6d5a576b4ddc241223f2908d0f42ba7ef0bd.tar.gz | |
Merge pull request #1114 from WorksButNotTested/minasm
Minimize inline assembly
Diffstat (limited to 'frida_mode/include/instrument.h')
| -rw-r--r-- | frida_mode/include/instrument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/include/instrument.h b/frida_mode/include/instrument.h index 909b2a2c..cac5ee93 100644 --- a/frida_mode/include/instrument.h +++ b/frida_mode/include/instrument.h @@ -29,6 +29,7 @@ GumStalkerTransformer *instrument_get_transformer(void); /* Functions to be implemented by the different architectures */ gboolean instrument_is_coverage_optimize_supported(void); +void instrument_coverage_optimize_init(void); void instrument_coverage_optimize(const cs_insn * instr, GumStalkerOutput *output); |
