mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
Save/restore fs/gs segments when re-entering host code
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
namespace kernel32 {
|
||||
|
||||
BOOL WIN_FUNC IsDebuggerPresent() {
|
||||
WIN_API_SEGMENT_GUARD();
|
||||
DEBUG_LOG("STUB: IsDebuggerPresent()\n");
|
||||
wibo::lastError = ERROR_SUCCESS;
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user