CallExport: Could not find module in remote process
Closed this issue · 2 comments
roboserg commented
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
ChadSki commented
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?