ejschwartz commited on
Commit
0ff1b21
·
1 Parent(s): ec41d0e
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
49
  # DIRTY-Ghidra Inference Demo
50
  Welcome! This is a demo of DIRTY-Ghidra, a tool that predict names and types for variables for Ghidra's decompiler.
51
 
52
- To get started, upload a binary or select one of the example binaries below.
53
 
54
  ## TODOs
55
  * Make predictions for variables in non-unique storage locations
 
49
  # DIRTY-Ghidra Inference Demo
50
  Welcome! This is a demo of DIRTY-Ghidra, a tool that predict names and types for variables for Ghidra's decompiler.
51
 
52
+ To get started, upload a binary or select one of the example binaries below. Uploading a binary requires decompiling each function in the binary, which can take a few minutes.
53
 
54
  ## TODOs
55
  * Make predictions for variables in non-unique storage locations