Mention targeted Frida script.

This commit is contained in:
Kenneth Endfinger
2019-10-12 22:12:56 -05:00
parent 832628a1a4
commit e061145dcb
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -48,8 +48,6 @@ class Application(object):
self._sessions.add(session)
def _on_child_added(self, child):
if child.path != '/usr/libexec/AssetCache':
return
print("⚡ child_added: {}".format(child))
self._instrument(child.pid)