Setup PEB image base

This commit is contained in:
momo5502
2025-02-10 16:58:57 +01:00
parent 349ef9688a
commit 2815a74a18
2 changed files with 6 additions and 9 deletions

View File

@@ -250,7 +250,7 @@ typedef struct _PEB64
EmulatorTraits<Emu64>::HANDLE Mutant;
std::uint64_t* ImageBaseAddress;
std::uint64_t ImageBaseAddress;
PPEB_LDR_DATA64 Ldr;
PRTL_USER_PROCESS_PARAMETERS64 ProcessParameters;
std::uint64_t* SubSystemData;