Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Call to check_gdb() moved to keep coveralls happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
rc0r committed Nov 29, 2017
1 parent 86f2f05 commit a01e099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afl_utils/afl_collect.py
Expand Up @@ -329,6 +329,7 @@ def execute_gdb_script(out_dir, script_filename, num_samples, num_threads):

def main(argv):
show_info()
check_gdb()

parser = argparse.ArgumentParser(description="afl-collect copies all crash sample files from an afl sync dir used \
by multiple fuzzers when fuzzing in parallel into a single location providing easy access for further crash analysis.",
Expand Down Expand Up @@ -514,5 +515,4 @@ def main(argv):


if __name__ == "__main__":
check_gdb()
main(sys.argv)

0 comments on commit a01e099

Please sign in to comment.