You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dealing with libraries that define native methods, we must ensure that the instrumentation does not change their signatures. As we can't taint through native code anyway, losing the taints here seems the only option.
The solution would be to define proxy methods that wraps the native method and converts the types.
When dealing with libraries that define native methods, we must ensure that the instrumentation does not change their signatures. As we can't taint through native code anyway, losing the taints here seems the only option.
The solution would be to define proxy methods that wraps the native method and converts the types.