Spaces:
Sleeping
Sleeping
ejschwartz
commited on
Commit
•
9919915
1
Parent(s):
6aef6bd
Update for new DIRTY-Ghidra API
Browse files
scripts/dump_functions.py
CHANGED
@@ -25,7 +25,7 @@ def dump_functions_to_json():
|
|
25 |
cf = utils.infer.ghidra_obtain_cf(func)
|
26 |
|
27 |
example = Example.from_cf(
|
28 |
-
cf, binary_file="binary_file", max_stack_length=1024, max_type_size=1024
|
29 |
)
|
30 |
|
31 |
# Add function name and address to the dictionary
|
|
|
25 |
cf = utils.infer.ghidra_obtain_cf(func)
|
26 |
|
27 |
example = Example.from_cf(
|
28 |
+
cf, binary_file="binary_file", max_stack_length=1024, max_type_size=1024, prediction=True
|
29 |
)
|
30 |
|
31 |
# Add function name and address to the dictionary
|