Skip to content

Commit

Permalink
Fix ghidra script output
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ authored May 24, 2024
1 parent b21b6e8 commit 692f4e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ def add_xref(addr, to): pass
def create_fake_segment(name, size): pass
def write_string(addr, string): pass
def write_address(addr, value): pass
class StatusWrapper(BaseStatusHandler): pass
class StatusHandler(BaseStatusHandler): pass

0 comments on commit 692f4e0

Please sign in to comment.