We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
I think this is a dupe of #1
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: