about summary refs log tree commit diff
path: root/frida_mode/include
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-08-04 18:46:29 +0100
committerYour Name <you@example.com>2022-08-04 18:46:29 +0100
commit3562de440e53fca7109a314dcc7fe9ab07794e56 (patch)
tree70a814a9ed0c04f9ecf72b807e326ffe118cde09 /frida_mode/include
parent98e883875548c12d022adf556f9a95babb38c200 (diff)
downloadafl++-3562de440e53fca7109a314dcc7fe9ab07794e56.tar.gz
Changes to add option for absolute coverage data
Diffstat (limited to 'frida_mode/include')
-rw-r--r--frida_mode/include/instrument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/include/instrument.h b/frida_mode/include/instrument.h
index 4b268e81..8c93d881 100644
--- a/frida_mode/include/instrument.h
+++ b/frida_mode/include/instrument.h
@@ -7,6 +7,7 @@
 
 extern char    *instrument_debug_filename;
 extern char    *instrument_coverage_filename;
+extern bool     instrument_coverage_absolute;
 extern gboolean instrument_tracing;
 extern gboolean instrument_optimize;
 extern gboolean instrument_unique;