frida / frida-clr

Frida .NET bindings
Other
82 stars 36 forks source link

Windows 10 BadImageFormatException #6

Open Labreezy opened 7 years ago

Labreezy commented 7 years ago

I've tried both dowloading from the build site and (sucessfully) compiling form source, and this is what I get when i run (after slightly altering due to implicit type conversion error) the HelloFrida example...

image

I'm using Windows 10 Pro, 64-bit. If you (all) need more information I'd be happy to give you more.

orbegam commented 6 years ago

I'm guessing this error has to do with Frida.dll being compiled for x86 or x64. Whichever architecture you compiled it for, try the other one.

0x410c commented 4 years ago

have same error, tried both x86 and x64 no one worked!