-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use frida with C# #5
Comments
Hi, Is Frida.dll for the correct architecture? For example if you use the default of AnyCpu on a 64-bit system but have the 32-bit Frida.dll. Cheers! |
Oh yes, that was seems the problem, but now i got BadImageFormat exception becuase cant start ddeviceManager = new DeviceManager(Dispatcher) |
Also any other dll is needed (gumpp.dll ??)) |
Which Windows version are you trying this on? It should work fine on Windows 10, but I've heard of an issue on 7 (and possibly 8), which @riverar is looking into. (Seems to be a bug in Microsoft's CRT related to Thread-Local Storage callbacks in managed DLLs.) |
No, none. |
Yes, im on Windows 7 64 bits, so no way to use it right now becuase that?? |
Sadly, the C# bindings are affected on Windows 7. You can either upgrade to a more modern OS or use the python/node bindings for now. |
No news about a fix for Windows7? |
@oleavr any updates on this? |
@D-4-N Still waiting for someone to contribute their time to investigate. Might be fixed, though, now that we build GLib for each type of C-runtime, but I haven't checked. |
@D-4-N I'd recommend opening a new issue to cover your case. Frida has changed significantly since this issue was opened years ago. |
Hi i want to use frida with C# to create application that inject code into a game, but i was not able to run this app, it ask for missing assembly and i do have Frida.dll
The text was updated successfully, but these errors were encountered: