Kaif
Kaif
@Reflex-ind Ok, I will try to create a video about how to generate guests using frida and the scripts I provided in this repository but right now I am too...
@Kaique071sx Yes, It will work without root only if you have frida-gadget injected apk of free fire. Then you have to inject the scripts provided in `dev/frida_injections/` after that you...
YouTube for Android TV likely uses **custom TLS implementations** (like BoringSSL or statically linked code), so Frida can't hook `libssl.so` — as seen from the `no verification methods found` message....
I don't think the team ever helps anyone, frida's issue section is just a dead place where issues are being dumped with no purpose.
Fair point, my earlier comment came off harsher than I intended. I was frustrated seeing so many unanswered issues, but I do appreciate the work here.
I tried with frida v16.x.x and it worked but. I wanted to capture https traffics of Instagram Lite app, I used the following command, `frida -H 127.0.0.1:27042 -l ./config.js -l...
Yeah, that's ok, I will definitely give it a try. Thank you!
Check out #140 , It had been fixed.
Yeah, The `native-connect-hook.js` had some mismatches with frida v17.x.x so I made it work, but maybe the owner is too busy to merge it. You can use it from the...
Even if you hook `native-connect-hook.js` you still can't bypass there ssl pinning because Instagram doesn't trust system certificates too which force it to pass their connections using proxy. The only...