Tag: frida

Go to Rossmarks’ Blog and download the FridaLab.apk Drag the apk from downloads to the Genymotion device. Note that it requires you to perform some challenges before you can be able to access the app. Luckily, I’ll walk you through the process. You will need Jadx-gui and Visual Studio Code. Open Visual Studio Code Under extensions, look for Frida workbench and install it. Also […]
Frida is a powerful dynamic instrumentation toolkit for pen testers, developers, reverse engineers, and security researchers. It is scriptable, implying you can write custom scripts to autonomously perform functions autonomously such as: Hook into functions. Take a peek into the code of private apps Inject code to modify the output Bypass root SSL pinning bypass […]