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
I'm trying to edit the frida-ios-dump project to actually work for on my PC and I'm currently running into a weird issue that I think has to do with permissions somehow.
This piece of code here throws this error: FileNotFoundError: [WinError 2] The system cannot find the file specified but I had a good feeling that that file DID in fact exist, so I added the following except:
And as suspected, the file DOES exist! My code prints FileNotFound, yet path exists: True
and since I also printed the path, we can see that here: C:\Users\Admin\AppData\Local\Temp\Payload\protobuf.fid and upon manually visiting that folder, I confirmed that the file does indeed exist there.
I have a strong feeling that this is some permission problem, but I'm not sure what I could do to fix it.
Note: The Python script is ran from Windows PowerShell which in turn was opened with administrator privileges.
The text was updated successfully, but these errors were encountered:
ViRb3
linked a pull request
May 3, 2021
that will
close
this issue
My question in a StackOverflow post, I'm just gonna paste it here:
I'm trying to edit the
frida-ios-dump
project to actually work for on my PC and I'm currently running into a weird issue that I think has to do with permissions somehow.This piece of code here throws this error:
FileNotFoundError: [WinError 2] The system cannot find the file specified
but I had a good feeling that that file DID in fact exist, so I added the followingexcept
:And as suspected, the file DOES exist! My code prints
FileNotFound, yet path exists: True
and since I also printed the path, we can see that here:
C:\Users\Admin\AppData\Local\Temp\Payload\protobuf.fid
and upon manually visiting that folder, I confirmed that the file does indeed exist there.I have a strong feeling that this is some permission problem, but I'm not sure what I could do to fix it.
Note: The Python script is ran from Windows PowerShell which in turn was opened with administrator privileges.
The text was updated successfully, but these errors were encountered: