-
-
Notifications
You must be signed in to change notification settings - Fork 73
Home
lethanhphuc edited this page Jun 21, 2022
·
1 revision
Welcome to the frida-android-hook wiki!
[+] Latest version
https://github.com/noobpk/frida-android-hook/releases
[+] Develop version
git clone -b dev https://github.com/noobpk/frida-android-hook.git
2. cd frida-android-hook/
3. pip3 install -r requirements.txt
4. python3 setup.py
4. cd frida-android-hook
5.1 Start Frida-server: `python3 androidhook.py --fs-start`
5.2 python3 androidhook.py --help(-h)
5.3 rebellion :))
6.1 Start Frida-server: `./androidhook --fs-start`
6.2 ./androidhook --help(-h)
6.3 rebellion :))
Application: Calendar
Identifier: com.android.calendar
Name: Calendar
- Install Frida Server
./androidhook --fs-install 'path/to/frida-server'
- Start Frida Server
./androidhook --fs-start
- Stop Frida Server
./androidhook --fs-stop
- List All Devices
./androidhook --list-devices
- List The Installed apps
./androidhook --list-apps
- List All Scripts
./androidhook --list-scripts
- Show system log of device
./androidhook --logcat
- Get the shell of connect device
./androidhook --shell
- Dump memory of Application
./androidhook -n 'Calendar' --dump-memory --string
- Bypass Jailbreak Detection
./androidhook -p com.android.calendar -m bypass-jb
- Bypass SSL Pinning
./androidhook -p com.android.calendar -m bypass-ssl
- Intercept Network in App
./androidhook -p com.android.calendar -m i-nw-req
- Intercept Crypto in App
./androidhook -p com.android.calendar -m i-crypto
With windows you use the same options as Darwin / Linux but use the command python3 androidhook.py + options