Skip to content

Commit 1db2da7

Browse files
committed
Use lib/ path for android gadget configurations.
Fixes #362
1 parent 2f1f992 commit 1db2da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objection/commands/mobile_packages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def patch_android_apk(source: str, architecture: str, pause: bool, skip_cleanup:
203203
if script_source:
204204
click.secho('Copying over a custom script to use with the gadget config.', fg='green')
205205
shutil.copyfile(script_source,
206-
os.path.join(patcher.apk_temp_directory, 'Frameworks', architecture,
206+
os.path.join(patcher.apk_temp_directory, 'lib', architecture,
207207
'libfrida-gadget.script.so'))
208208

209209
# if we are required to pause, do that.

0 commit comments

Comments
 (0)