Edward J. Schwartz commited on
Commit
aa44a92
·
1 Parent(s): 3c9177a
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -14,7 +14,7 @@ def new_binary(file):
14
  print("Running DIRTY-Ghidra...", file=sys.stderr)
15
  output = subprocess.check_output(f"python /DIRTY/dataset-gen-ghidra/generate.py --ghidra /ghidra/support/analyzeHeadless -t 1 -b {TEMP_DIR} -o {OUTPUT_DIR} 2>&1", shell=True)
16
  print(output, file=sys.stderr)
17
- subprocess.run(f"tree ${OUTPUT_DIR}", shell=True)
18
 
19
  with gr.Blocks() as demo:
20
 
 
14
  print("Running DIRTY-Ghidra...", file=sys.stderr)
15
  output = subprocess.check_output(f"python /DIRTY/dataset-gen-ghidra/generate.py --ghidra /ghidra/support/analyzeHeadless -t 1 -b {TEMP_DIR} -o {OUTPUT_DIR} 2>&1", shell=True)
16
  print(output, file=sys.stderr)
17
+ subprocess.run(f"ls -lR ${OUTPUT_DIR}", shell=True)
18
 
19
  with gr.Blocks() as demo:
20