#1
I'm working on a tool that is similar to a RAT in some ways I'm coding it with C#, the tool is going great so far.
But I have some problems making an EXE builder like the one they have in rats.

Here's a small example of what my program does (My program steals information and sends them in an Email using a customizable SMTP Server to a customizable email.)
The information provided in my program such as SMTP Information and receiver information are encrypted in a file in the system I need a way to use that customized information
and build the EXE File that will be assigned to the EXE file.

Can someone guide me to a thread, video or forum that might help because this is the only possible way i found to seek help.