MemoryModule.NET
MemoryModule.NET copied to clipboard
TLS support on Windows
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.
One way to handle this is to bootstrap to MemoryModulePP, which does support TLS:
https://github.com/trungnt2910/MemoryModulePP.NET