mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-25 21:14:59 -07:00
keep parsing on encountering epilog opcode
This commit is contained in:
@@ -2716,8 +2716,7 @@ ctrl_unwind_step__pe_x64(CTRL_EntityStore *store, CTRL_Handle process_handle, CT
|
||||
|
||||
case PE_UnwindOpCode_EPILOG:
|
||||
{
|
||||
keep_parsing = 0;
|
||||
is_good = 0;
|
||||
keep_parsing = 1;
|
||||
}break;
|
||||
|
||||
case PE_UnwindOpCode_SPARE_CODE:
|
||||
|
||||
Reference in New Issue
Block a user