s2e-env
s2e-env copied to clipboard
OSMonitor: add api to get TLS storage for threads
Hi,Tanks for your help! Do you have a way to get the thread's local storage address in a program's child thread?
Is it convenient to provide an OSMonitor.cpp that contains this api?
Yes. You will need an abstract method in OSMonitor.h and implement it for each type of OS. Windows/Linux manage TLS differently.