Update scripts/import-to-ida.py

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
manasghandat
2023-03-09 21:21:14 +05:30
committed by GitHub
parent 05dbdd4473
commit 6070bd562e

View File

@@ -103,7 +103,7 @@ def main():
if ns:
cmt = f"{name} ({ns})"
else:
cmt = f"{name}"
cmt = name
logger.info("0x%x: %s", va, cmt)
try: