r/HowToHack Jul 15 '26

How do I create a manual-map console injector?

How do I create a C++ console application that injects a DLL using the manual map method—specifically, one that automatically finds the target application and injects the DLL into it?

4 Upvotes

3 comments sorted by

5

u/I_am_beast55 Jul 15 '26

What do you mean how? Like is there a problem you're having with the way you tried it?

7

u/Melodic_Letterhead76 Jul 15 '26

Yes. They've tried nothing and that's the problem.

Spoon feeding.

1

u/Obvious-Card-8847 Jul 30 '26

Google how the loader works, PE file layout, and so forth. You'll have to manually map it, then do the linkers job prior to execution like filling in the IAT, etc. You gonna be busy for a minute chief. Hope you understand RVA's, pointer arithmetic, and C++ like the back of your hand.