Injecting C# code into a process

I’ve been studying crypters for well over a month now and people seem to be very secretive about the code that they want to share…
meaning that they done really share anything, any information or anything.

So i’m giving this forum a try…

What I want to learn & understand is very simple…
I want to understand how to inject code into a windows process.

–WHAT I’VE DONE–

I have a crypter where I load a Payload (Payload being any .exe)
the crypter then reads the byte array then encrypts it.
Stores the encrypted bytes and the password in a stub and then
it should decrypt the bytes and inject them into memory ← This is where I get stuck.

I have no idea how to load bytes into memory, and yes I have a RunPE.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.