Lam Nguyen
Lam Nguyen
There are 2 possible ways to achieve that. **Method 1**: You could find whether there is `System.loadLibrary()` or `System.load()` in the same class where the native function declared, then the...
Hi @b1ueb1ues. I have tried that, it doesn't raise Error but still returns a hex value instead. - C++ code of native function:  - Frida code and run result:...
Yes I could do that. However, I wonder whether we must use `overload` or not, since there's only 1 `check$okhttp` method in `Okhttp3.CertificatePinner`. - From Okhttp3 source code, link: https://github1s.com/square/okhttp/blob/HEAD/okhttp/src/jvmMain/kotlin/okhttp3/CertificatePinner.kt...
I've added hook to `certificatePinner.check$okhttp.overload("java.lang.String", "u15")`. Please review the new commit.
Hi @CDuPlooy, Thanks for your advice, I've changed the code based on that ```javascript const okHttp3CertificatePinnerCheckOkHttp = (ident: string): any | undefined => { return wrapJavaPerform(() => { try {...
Hi @CDuPlooy, I know the problems in my latest committed code; I type `helpers_1.qsend` instead of `qsend`, and `color_1.colors.blackBright` instead of `c.blackBright`. Your changes are great and it might be...
I think I've made much more error in the latest commit. My `git` skill is suck.
> Hey! Thanks for the issue. Up for opening a PR? Okay I will open a PR, but it could take time since I'm not used to working with `git`
@leonjza, can you instruct me on how to make a pull request?
Thanks for your help. I've made a pull request