You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to call LI_FN(MessageBoxA).get(); it will failed to load user32.dll and cause segfault or deadlock if you didnt enabled LAZY_IMPORTER_HARDENED_MODULE_CHECKS
The text was updated successfully, but these errors were encountered:
If you try to call
LI_FN(MessageBoxA).get();
it will failed to load user32.dll and cause segfault or deadlock if you didnt enabled LAZY_IMPORTER_HARDENED_MODULE_CHECKSThe text was updated successfully, but these errors were encountered: