j
k
j a
j l
I guess you mean something like
#ifdef _WIN64 if (++entry->Generation == (NtCurrentTeb()->WowTebOffset ? 0xff : 0x80)) entry->Generation = 1; #else if (++entry->Generation == 0xff) entry->Generation = 1; #endif
to cater for the new wow64 mode?
Back to the thread
Back to the list