Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/test_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ def test_fullcfg_properties():


def test_jumpouts_and_indirectcalls():
expected_jumpouts = [("KPRCA_00034",0x08050140,[0x0805014f])]
# 0x0804e1c0 is a one-instruction thunk, "jmp 0x8052340", so its only block leaves the function
expected_jumpouts = [("KPRCA_00034",0x0804e1c0,[0x0804e1c0])]
exptected_unresolved_calls = [("KPRCA_00025",0x8048ECC)]

cfg_cache = {}
Expand Down
Loading