diff options
| author | vanhauser-thc <vh@thc.org> | 2021-04-30 13:39:43 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-04-30 13:39:50 +0200 |
| commit | 094cd917b6bb1b179b737ca34ed08b386974ec4a (patch) | |
| tree | 25bcb195e336e46dca6ed14bfc4bbbe331f0fccb /frida_mode/src/instrument | |
| parent | 38f1394e3ab5ccacff07e27f370f3edf1ce77afb (diff) | |
| download | afl++-094cd917b6bb1b179b737ca34ed08b386974ec4a.tar.gz | |
frida: complog -> cmplog
Diffstat (limited to 'frida_mode/src/instrument')
| -rw-r--r-- | frida_mode/src/instrument/instrument.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frida_mode/src/instrument/instrument.c b/frida_mode/src/instrument/instrument.c index 3806136a..d93f37c7 100644 --- a/frida_mode/src/instrument/instrument.c +++ b/frida_mode/src/instrument/instrument.c @@ -5,7 +5,7 @@ #include "config.h" #include "debug.h" -#include "complog.h" +#include "frida_cmplog.h" #include "instrument.h" #include "persistent.h" #include "prefetch.h" @@ -105,7 +105,7 @@ static void instr_basic_block(GumStalkerIterator *iterator, if (!range_is_excluded((void *)instr->address)) { - complog_instrument(instr, iterator); + cmplog_instrument(instr, iterator); } @@ -140,7 +140,7 @@ void instrument_init(void) { transformer = gum_stalker_transformer_make_from_callback(instr_basic_block, NULL, NULL); - complog_init(); + cmplog_init(); } |
