I'm trying to work with the PEB
struct in C/ASM, but before I'd like to understand some basics.
I read somewhere that most processes have their PEB
at address 0x07FFDA00
.
Now is this address relative to the process base address, i.e. (0x00400000 + 0x07FFDA00 == PEB base addr)
?
Because all processes can't have their PEB
to this address of course.