Last active
September 17, 2015 00:36
-
-
Save oleavr/de45357ba0df1e795051 to your computer and use it in GitHub Desktop.
Frida 5.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ frida-ls-devices | |
Id Type Name | |
---------------------------------------- ------ --------------------------------------------------------- | |
local local Local System | |
emulator-5554 tether Android Emulator 5554 | |
192.168.57.101:5555 tether Genymotion Samsung Galaxy S5 - 4.4.4 - API 19 - 1080x1920 | |
03157df369703a2a tether Samsung SM-G925F | |
af87839fdec193814e23a59a867d02d08f4a6e1d tether iPhone | |
tcp remote Local TCP | |
$ frida-ps -D 03157df369703a2a | |
PID Name | |
----- -------------------------------------------------- | |
2967 IPSecService | |
29997 adbd | |
4438 android.process.acore | |
3924 android.process.media | |
... | |
$ frida-ps -D af87839fdec193814e23a59a867d02d08f4a6e1d | |
PID Name | |
---- ---------------- | |
1339 App Store | |
1244 Cydia | |
1379 Ferjetider | |
1334 Interpreter | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment