You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\fines\Downloads\dumper-main\dumper-main\dump_keys.py", line 15, in
scanner = Scan(device.name)
^^^^^^^^^^^^^^^^^
File "C:\Users\fines\Downloads\dumper-main\dumper-main\Helpers\Scanner.py", line 16, in init
self.frida_script = open('Helpers/script.js', 'r').read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'Helpers/script.js'
I am receiving this whenever I run it. I've tried to go into the coding and change it where it targets the direct path of the script but to no avail. Any guidance?
The text was updated successfully, but these errors were encountered:
File "C:\Users\fines\Downloads\dumper-main\dumper-main\dump_keys.py", line 15, in
scanner = Scan(device.name)
^^^^^^^^^^^^^^^^^
File "C:\Users\fines\Downloads\dumper-main\dumper-main\Helpers\Scanner.py", line 16, in init
self.frida_script = open('Helpers/script.js', 'r').read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'Helpers/script.js'
I am receiving this whenever I run it. I've tried to go into the coding and change it where it targets the direct path of the script but to no avail. Any guidance?
The text was updated successfully, but these errors were encountered: