ejschwartz commited on
Commit
b8dc8f6
·
1 Parent(s): 53bcd0f

add a few TODOs...

Browse files
Files changed (1) hide show
  1. main.py +5 -0
main.py CHANGED
@@ -31,6 +31,11 @@ with gr.Blocks() as demo:
31
  Welcome! This is a demo of DIRTY-Ghidra, a tool that predict names and types for variables for Ghidra's decompiler.
32
 
33
  To get started, upload a binary.
 
 
 
 
 
34
  """
35
  )
36
 
 
31
  Welcome! This is a demo of DIRTY-Ghidra, a tool that predict names and types for variables for Ghidra's decompiler.
32
 
33
  To get started, upload a binary.
34
+
35
+ ## TODOs
36
+ * Filter out trivial functions
37
+ * Avoid re-running Ghidra when changing the function
38
+ * Make predictions for variables in non-unique storage locations
39
  """
40
  )
41