feat: remove start remote frida feature

This commit is contained in:
WorldObservationLog
2024-05-04 18:20:28 +08:00
parent 5eab3c437a
commit b447065183
2 changed files with 12 additions and 4 deletions

View File

@@ -2,6 +2,10 @@ class FridaNotExistException(Exception):
...
class FridaNotRunningException(Exception):
...
class ADBConnectException(Exception):
...