|
The thread environment block should be a TEB and is generally stored in [FS: 0].
TEB is a structure, fs: [18h] is a pointer to TEB,
fs: [30h] points to PEB (Process Environment Block)
For details, please refer to "Encryption and Decryption" and "Software Encryption Technology" published by "www.pediy.com", which have detailed introductions. |
|