Commit ·
949d4ac
1
Parent(s): 6970284
submit
Browse files
main.py
CHANGED
|
@@ -108,7 +108,7 @@ This is a space to experiment with GhidraFunctionCPPExporter, a Ghidra scripts t
|
|
| 108 |
}
|
| 109 |
|
| 110 |
@fun_dropdown.change(inputs=[fun_dropdown, state, extra_args], outputs=[disassembly, original_decompile])
|
| 111 |
-
@extra_args.
|
| 112 |
def function_change_fn(selected_fun, state, extra_args, progress=gr.Progress()):
|
| 113 |
|
| 114 |
with tempfile.TemporaryDirectory() as TEMP_DIR:
|
|
|
|
| 108 |
}
|
| 109 |
|
| 110 |
@fun_dropdown.change(inputs=[fun_dropdown, state, extra_args], outputs=[disassembly, original_decompile])
|
| 111 |
+
@extra_args.submit(inputs=[fun_dropdown, state, extra_args], outputs=[disassembly, original_decompile])
|
| 112 |
def function_change_fn(selected_fun, state, extra_args, progress=gr.Progress()):
|
| 113 |
|
| 114 |
with tempfile.TemporaryDirectory() as TEMP_DIR:
|