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

TlsSetValue equivalent #68

Closed
CaledoniaProject opened this issue Aug 11, 2021 · 1 comment
Closed

TlsSetValue equivalent #68

CaledoniaProject opened this issue Aug 11, 2021 · 1 comment

Comments

@CaledoniaProject
Copy link

What is equivalent to TlsSetValue() in Frida?

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

@oleavr
Copy link
Member

oleavr commented Aug 11, 2021

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

@oleavr oleavr closed this as completed Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants