warbler / SharpMonoInjector

A tool for injecting assemblies into Mono embedded applications, commonly Unity Engine based games
MIT License
310 stars 108 forks source link

ERROR: Injection failed: GetImageFromAssembly() = 0 #5

Closed ghost closed 5 years ago

ghost commented 5 years ago

When I try to inject, the game crashes and I get this error message. I've looked at the source to try and find out what's causing it but it's beyond me. Can anyone help?

SonicProgramming commented 5 years ago

Same happened to me, if i find any solution, i'll tell you

ghost commented 5 years ago

The assembly is the dll you want to inject (the hack), and the image is the section of content of the assembly which contains the code. So, it seems like this error has something to do with failing to load the code from your dll.

warbler commented 5 years ago

Sorry about the late response. If any of you see this, please try injecting with the latest release and let me know how it goes.