mirror of
https://github.com/lifting-bits/mcsema
synced 2026-06-08 15:31:09 +00:00
change cs_action to catch & cleanup type, not looking into catch types; (#371)
This commit is contained in:
@@ -229,7 +229,7 @@ def format_lsda(lsda_ptr, start_ea, range = None, sjlj = False):
|
||||
if cs_action != 0:
|
||||
ar_disp, ar_filter = format_lsda_action(action_tbl, type_addr, type_enc, cs_action)
|
||||
|
||||
lsda_entries.add(_create_frame_entry(cs_start, cs_start + cs_len, cs_lp, cs_action))
|
||||
lsda_entries.add(_create_frame_entry(cs_start, cs_start + cs_len, cs_lp, cs_action != 0))
|
||||
DEBUG("ea {:x}: cs_action[{}] = {}".format(act_ea, i, cs_action))
|
||||
i += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user