Disable arxan patches for now

This commit is contained in:
momo5502 2022-05-30 18:14:33 +02:00
parent 0a841e2f49
commit 95df5bc91e

View File

@ -702,6 +702,7 @@ namespace arxan
void post_unpack() override
{
/*
patch_check_type_1_direct();
patch_check_type_1_indirect();
patch_check_type_2_direct();
@ -711,6 +712,7 @@ namespace arxan
patch_check_type_5_direct();
patch_check_type_5_indirect();
MessageBoxA(0, "done", 0, 0);
*/
}
void pre_destroy() override