MemoryModule.NET icon indicating copy to clipboard operation
MemoryModule.NET copied to clipboard

TLS support on Windows

Open trungnt2910 opened this issue 2 years ago • 1 comments

Currently the Windows version does not support TLS memory slots yet.

We should find a way to get into the Windows PE loader's internals and attempt to acquire a TLS index slot, just like what we're doing for glibc on Linux.

trungnt2910 avatar Feb 18 '23 23:02 trungnt2910

One way to handle this is to bootstrap to MemoryModulePP, which does support TLS:

https://github.com/trungnt2910/MemoryModulePP.NET

trungnt2910 avatar Dec 30 '23 09:12 trungnt2910