Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS support on Windows #34

Open
trungnt2910 opened this issue Feb 18, 2023 · 1 comment
Open

TLS support on Windows #34

trungnt2910 opened this issue Feb 18, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@trungnt2910
Copy link
Owner

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
Copy link
Owner Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant