OP 29 September, 2022 - 07:41 PM
I'm working on a tool that is quite similar to Remote Access Trojan builders. basically, it's a C# Project that contains 2 solutions:
The first solution: Is the UI Design builder where the hacker puts certain, Information and saves them into .resx files programmatically
The second solution: is the solution that I want to be compiled as EXE, but the catch is that I want the resx created by the first solution to be compiled with the EXE of the second solution
and I want the second solution to use the information saved in it.
Just like in Remote Access Trojans where you put your Noip information, but I don't know how to do this with C# it's the first time I'm working on a project that uses compiling programmatically it's quite complicated for me.
The first solution: Is the UI Design builder where the hacker puts certain, Information and saves them into .resx files programmatically
The second solution: is the solution that I want to be compiled as EXE, but the catch is that I want the resx created by the first solution to be compiled with the EXE of the second solution
and I want the second solution to use the information saved in it.
Just like in Remote Access Trojans where you put your Noip information, but I don't know how to do this with C# it's the first time I'm working on a project that uses compiling programmatically it's quite complicated for me.