frida/frida-node

TlsSetValue equivalent

CaledoniaProject opened this issue · 1 comments

What is equivalent to TlsSetValue() in Frida?

Since this pointer in onEnter/onLeave will not work across Interceptor hooks, what do you suggest?

Use a Map<number, T> mapping this.threadId (onEnter/onLeave) / Process.getCurrentThreadId() (other places) to any associated data.