Returns the path to the system directory, typically "C:\WINDOWS\System32".
Equivalent to GetSystemDirectoryW in kernel32.
pub fn getSystemDirectoryWtf16Le() [:0]const u16
pub fn getSystemDirectoryWtf16Le() [:0]const u16 {
const ssd: *const BASE_STATIC_SERVER_DATA = @ptrCast(@alignCast(relocateCsrssAddress(
peb().ReadOnlyStaticServerData.base_static_server_data_addr,
)));
return ssd.windows_system_directory.relocate().sliceZ();
}