Skip to content

Instantly share code, notes, and snippets.

@oleavr
Last active September 17, 2015 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleavr/de45357ba0df1e795051 to your computer and use it in GitHub Desktop.
Save oleavr/de45357ba0df1e795051 to your computer and use it in GitHub Desktop.
Frida 5.0
$ 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