-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hi. I'm trying to get the HelloFrida example working. Whenever I try to debug it, I get the following exception in Visual Studio:
"System.BadImageFormatException {"Could not load file or assembly 'Frida.dll' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)"}".
The project builds successfully into a .exe, but whenever I try to open it I get:
"The exception unknown software exception (0xe0434352) occurred in the application at location 0x7670c52d."
I've also tried using the 64 bit .DLL but get a different exception:
"System.AccessViolationException {"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."}".
Is there something I'm doing wrong or missing?
Thank you.