mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Update scripts/import-to-ida.py
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user