Test Project
4 views
ff3d7650...
Description
This is a first test application project.
How to Use
Download the script and run it with Frida CLI:
Download ScriptThen run with Frida:
frida -U -f YOUR_PACKAGE_NAME -l test-project.js
Replace YOUR_PACKAGE_NAME with the target app's package name.
Source Code
JavaScript
Print("1")
Comments