Spaces:
Starting
Starting
Commit
·
d585b30
1
Parent(s):
b8dc8f6
add TODO
Browse files
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 |
|