-
3cfce546
by Billy Laws at 2025-09-30T23:05:08+02:00
ntdll/tests: Skip broken process suspend test under ARM64 WOW64.
-
002bfeed
by Billy Laws at 2025-09-30T23:05:08+02:00
ntdll/tests: Test THREAD_CREATE_FLAGS_SKIP_LOADER_INIT flag.
-
5885bcb7
by Billy Laws at 2025-09-30T23:05:08+02:00
ntdll: Add a default pBaseThreadInitThunk implementation.
The native arch kernel32.dll isn't loaded in WOW64 mode, but threads can still
be created if the SKIP_LOADER_INIT flag is set, provide a default implementation
to support this.
-
6508334e
by Billy Laws at 2025-09-30T23:05:08+02:00
ntdll: Support THREAD_CREATE_FLAGS_SKIP_LOADER_INIT flag.
I confirmed that ARM64EC BT thread creation callbacks aren't called through
some logging in FEX.