Become King Of Hell

How can i make builder for c++ stealer?

Biba34228

New member
Joined
Nov 8, 2024
Messages
6
Hellcoins
♆20
As a topic for the course work, I took writing a simple c++ stiller with sending a log to the panel. There are no problems with the code of the stiller itself, but the question has matured how to make a builder for it? Searching on the Internet and communicating with the gpt did not give anything, I decided to ask knowledgeable people. In fact, the task of the builder will only be to accept the IP address of the panel from the user, after which the executable file of the stiller will be created, but how to do this idk
 

CyberGod

Administrator
Staff member
Admin
Moderator
Joined
Dec 23, 2021
Messages
786
Hellcoins
♆26,047
Profile Music
Telegram
As a topic for the course work, I took writing a simple c++ stiller with sending a log to the panel. There are no problems with the code of the stiller itself, but the question has matured how to make a builder for it? Searching on the Internet and communicating with the gpt did not give anything, I decided to ask knowledgeable people. In fact, the task of the builder will only be to accept the IP address of the panel from the user, after which the executable file of the stiller will be created, but how to do this idk
The thing you asked is a lil complicated because it depends on your stealer src


But there are some ways that i can assume can fit in your senario

Noob method use a batch/ps/python script to automate the process it will just modify the codes and automatically build processes…


Use libs like llvm to maks a builder that will be used to compile the code at runtime

Or don’t wanna go that hard so you can use binary patching like offset injection where you leave predefined offsets so changes can be made latter via builder or use template based approach like it do resources replacement in .rsrc
 
Top