mirror of
https://github.com/azenla/AppleCache.git
synced 2026-06-06 06:14:00 +02:00
Mention targeted Frida script.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user