Home
last modified time | relevance | path

Searched refs:dft_dir (Results 1 – 1 of 1) sorted by relevance

/external/oss-fuzz/infra/base-images/base-runner/
Ddataflow_tracer.py85 def collect_traces(binary, corpus_dir, dft_dir): argument
105 output_path = os.path.join(dft_dir, _sha1(f))
120 def dump_functions(binary, dft_dir): argument
125 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)