Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit ecc8ba9

Browse files
author
Peter Goodman
authored
Fixes Issue #704 (#705)
1 parent fa2d4b3 commit ecc8ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/mcsema_disass/ida7/get_cfg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,9 +634,9 @@ def try_recovery_external_flow(I, inst, refs):
634634
R.operand_type = CFG_pb2.CodeReference.ControlFlowOperand
635635

636636
if is_indirect_jump(inst):
637-
DEBUG("Tail-calls external {}".format(R.name))
637+
DEBUG("Tail-calls external {}".format(R.ea))
638638
else:
639-
DEBUG("Calls external {}".format(R.name))
639+
DEBUG("Calls external {}".format(R.ea))
640640

641641
# Groups preserved register sets that save/restore the same set of registers.
642642
_REG_SETS = {}

0 commit comments

Comments
 (0)