sk3wldbg icon indicating copy to clipboard operation
sk3wldbg copied to clipboard

Update teb32.h to make sure the size is valid

Open lygstate opened this issue 2 months ago • 0 comments

this is for ensure static_assert(sizeof(TEB_) == 0x1000, "");

The dwordFDC is split out for make sure the align of struct is 8 so the sizeof (TEB_) is valid

lygstate avatar Jun 20 '24 15:06 lygstate