keep parsing on encountering epilog opcode

This commit is contained in:
Nikita Smith
2024-12-06 13:59:54 -08:00
parent bca1325d9a
commit b5273d6a00
+1 -2
View File
@@ -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: