Category "frida"

How to bypass SSL Pinning of an Android App

I want to bypass the SSL pinning of an Android app using the Frida Server method. I have followed the whole process described in this (https://blog.it-securityg

Can Xposed be used to intercept calls to native code?

Referring the Frida tutorial. public class MainActivity extends AppCompatActivity { static { System.loadLibrary("native-lib"); } public na