Skip to content

Commit 236c1b5

Browse files
committed
Make runFridaHook wait for 10s by default
1 parent 270ffdb commit 236c1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quark/script/frida/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def runFridaHook(
174174
apkPackageName: str,
175175
targetMethod: str,
176176
methodParamTypes: str,
177-
secondToWait: int,
177+
secondToWait: int = 10,
178178
) -> FridaResult:
179179
"""Track calls to the specified method for given seconds.
180180

0 commit comments

Comments
 (0)