Fix broken UI in windowed mode for Polaris Chord (#372)

This commit is contained in:
GEEKiDoS
2025-09-19 00:44:23 +08:00
committed by GitHub
parent 4d658bf273
commit b462c838f6
4 changed files with 46 additions and 5 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ std::string peb::entry_name(const LDR_DATA_TABLE_ENTRY* entry) {
}
const PEB* peb::peb_get() {
#ifdef SPICE64
#ifdef _WIN64
return reinterpret_cast<const PEB *>(__readgsqword(0x60));
#else
return reinterpret_cast<const PEB *>(__readfsdword(0x30));