Roadmap bugfix for ordinal import dummy addrs

This commit is contained in:
disinvite 2024-06-28 17:38:35 -04:00
parent bd21f2e0a1
commit 713eefa8a0

View File

@ -415,7 +415,7 @@ def to_roadmap_row(match):
displacement = None displacement = None
module_name = None module_name = None
if match.recomp_addr is not None: if match.recomp_addr is not None and recomp_bin.is_valid_vaddr(match.recomp_addr):
if (module_ref := module_map.get_module(match.recomp_addr)) is not None: if (module_ref := module_map.get_module(match.recomp_addr)) is not None:
(_, module_name) = module_ref (_, module_name) = module_ref