ejschwartz commited on
Commit
d585b30
·
1 Parent(s): b8dc8f6
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -36,6 +36,7 @@ with gr.Blocks() as demo:
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
 
 
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
+ * Get disassembly from Ghidra
40
  """
41
  )
42