Relative Content

Tag Archive for assemblydisassembly

how to add an additional dll to an exe file and force it to use

I have an exe file in which I want to make some corrections to the binary code, but I want to do this not just by editing bytes but by using an additional dll, which should patch the current executable file when launched.
How can I force the executable file to use an additional dll once before launching?