more work done
This commit is contained in:
parent
5cc5612f4e
commit
d323bb28fc
68 changed files with 714 additions and 19 deletions
8
scripts/_tmp_decompile_entity_dispatch_periodic.py
Normal file
8
scripts/_tmp_decompile_entity_dispatch_periodic.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import sys
|
||||
sys.path.insert(0, r"k:\mcp\GhidraMCP")
|
||||
import bridge_mcp_ghidra as bridge
|
||||
|
||||
for address in ["11e0:14fb", "11e0:1814", "11e0:1913", "11e0:19e6", "11e0:1a33"]:
|
||||
print(f"=== {address} ===")
|
||||
print(bridge.decompile_function_by_address(address))
|
||||
print()
|
||||
Loading…
Add table
Add a link
Reference in a new issue