Skip to content
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

CallExport: Could not find module in remote process #5

Closed
roboserg opened this issue Nov 5, 2017 · 2 comments
Closed

CallExport: Could not find module in remote process #5

roboserg opened this issue Nov 5, 2017 · 2 comments

Comments

@roboserg
Copy link

roboserg commented Nov 5, 2017

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
Copy link
Owner

ChadSki commented Nov 6, 2017

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?

@ChadSki
Copy link
Owner

ChadSki commented Nov 7, 2017

I think this is a dupe of #1

@ChadSki ChadSki closed this as completed Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants