Hi,
how do I access the Main Thread's TLS?
What the Main thread does is:
MOV EAX, FS:[0x2C]
To get the addr of the TLS.
Now I would like to get access to the TLS from my DLL. Ofc I cant do MOV EAX, FS:[0x2C] because its a different address.Anyone knows how to solve this?