Searched refs:dft_dir (Results 1 – 1 of 1) sorted by relevance
85 def collect_traces(binary, corpus_dir, dft_dir): argument105 output_path = os.path.join(dft_dir, _sha1(f))120 def dump_functions(binary, dft_dir): argument125 with open(os.path.join(dft_dir, 'functions.txt'), 'wb') as f:138 dft_dir = sys.argv[3]142 if not dump_functions(binary, dft_dir):146 stats = collect_traces(binary, corpus_dir, dft_dir)