You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
A method to init the CRT, but not invoke main would be nice.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: