ghidra: fix lints

This commit is contained in:
Willi Ballenthin
2025-11-04 09:24:22 +00:00
parent 92b6916030
commit 34d37c9129

View File

@@ -334,4 +334,3 @@ def addr_to_file_offset(addr: ghidra.program.model.address.Address) -> int:
# if no block matched, fall back to image-base subtraction # if no block matched, fall back to image-base subtraction
base = prog.getImageBase().getOffset() base = prog.getImageBase().getOffset()
return int(aoff - base) return int(aoff - base)