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

Loading an .exe image but not executing the entrypoint #523

Open
AudriusButkevicius opened this issue Sep 27, 2024 · 0 comments
Open

Loading an .exe image but not executing the entrypoint #523

AudriusButkevicius opened this issue Sep 27, 2024 · 0 comments

Comments

@AudriusButkevicius
Copy link

Thanks for a great library

I'm using blackbone to map an .exe into memory, and using functions from the .exe as a library.
Currently there is no way to map the executable without executing the entrypoint.

A few other things that would be nice:

  1. Expose each individual step of mmaping. For example I'd prefer mapping the image at it's preferred address via LoadLibrary. But I still need to perform tls init etc. It would nice if I could just point blackbone at an already loaded image, and do steps that I haven't done.
  2. A method to init the CRT, but not invoke main would be nice.
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

1 participant