mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
todo: strict codesec and export checks when hook cleaner developed
This commit is contained in:
@@ -1074,7 +1074,11 @@ validateCreateCode(SetHookCtx& ctx, STObject const& hookSetObj)
|
||||
else if (cbak_func_idx && *cbak_func_idx == j)
|
||||
maxInstrCountCbak = *valid;
|
||||
else
|
||||
assert(false);
|
||||
{
|
||||
printf("code section: %d not hook_func_idx: %d or cbak_func_idx: %d\n",
|
||||
j, *hook_func_idx, (cbak_func_idx ? *cbak_func_idx : -1));
|
||||
// assert(false);
|
||||
}
|
||||
|
||||
i = code_end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user