@@ -42,21 +42,21 @@ print_per_thread = False
4242#disable_volatile_bytes = True
4343
4444# Choose DBI framework to provide coverage back to Manul ("dynamorio" or "pin"). Example dbi = dynamorio
45- dbi = dynamorio
45+ # dbi = dynamorio
4646# If dbi param is not None the path to dbi engine launcher and dbi client should be specified.
47- dbi_root = /home/mshudrak/manul/dbi_clients_src/DynamoRIO-x86_64-Linux-7.91.18124 -0/bin64/drrun
48- dbi_client_root = /home/mshudrak/manul/dbi_clients_src/compile_folder/libbinafl.so
49- dbi_client_libs = None
47+ # dbi_root = /home/mshudrak/manul/dbi_clients_src/DynamoRIO-x86_64-Linux-7.91.18299 -0/bin64/drrun
48+ # dbi_client_root = /home/mshudrak/manul/dbi_clients_src/compile_folder/libbinafl.so
49+ # dbi_client_libs = None
5050# Select persistence mode: 0 - no persistence, 1 - standard persistence (function wrapping), 2 - inapp persistence
51- dbi_persistence_mode = 1
51+ # dbi_persistence_mode = 1
5252# Module name where the target function is implemented
53- dbi_target_module = afl_test
53+ # dbi_target_module = afl_test
5454# Function name
55- dbi_target_method = open_file
55+ # dbi_target_method = open_file
5656# Function offset in 0xFFFFFF format
5757#dbi_target_offset = 0x3198
5858# Number of fuzz iterations to run in-memory before the whole program restarts.
59- dbi_fuzz_iterations = 500
59+ # dbi_fuzz_iterations = 500
6060# Instrument coverage only from a thread that executed the target function
6161#dbi_thread_coverage = False
6262
0 commit comments