ChadSki/SharpNeedle

CallExport: Could not find module in remote process

Closed this issue · 2 comments

Placed 2x dlls and exe to Debug folder. It manages to inject the bootstrapper.dll, but not the example.dll. Not sure what is wrong.

Error:
CallExport: Could not find module in remote process

Relevant line of code: https://github.com/ChadSki/SharpNeedle/blob/master/src/Launcher/Injection.cpp#L119

I think that bootstrapper.dll was not successfully injected, which is why Launcher.exe is giving you the error.

Are you attempting to inject into a 64-bit process?

I think this is a dupe of #1