File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ def build():
37
37
def fuzz (input_corpus , output_corpus , target_binary ):
38
38
"""Run fuzzer."""
39
39
# Calculate CmpLog binary path from the instrumented target binary.
40
- target_binary_directory = os .path .dirname (target_binary )
41
- cmplog_target_binary_directory = \
42
- aflplusplus_fuzzer .get_cmplog_build_directory (target_binary_directory )
43
- target_binary_name = os .path .basename (target_binary )
40
+ # target_binary_directory = os.path.dirname(target_binary)
41
+ # cmplog_target_binary_directory = \
42
+ # aflplusplus_fuzzer.get_cmplog_build_directory(target_binary_directory)
43
+ # target_binary_name = os.path.basename(target_binary)
44
44
#cmplog_target_binary = os.path.join(cmplog_target_binary_directory,
45
45
# target_binary_name)
46
46
You can’t perform that action at this time.
0 commit comments