Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Shellcode

$
0
0
Detected 19 occurrence(s) of ‘shellcode’: yectado en: %p, Modulo inyectado en: %p\n",dwPid,NewShellCode,ModuleBase); //Creo un hilo para iniciar el programa en el proceso inyectado if (CreateRemoteThread(hProcess, 0, 0, (LPTHREAD_START_ROUTINE)(((char*)NewShellCode)+sizeof(LoaderParam)), NewShellCode, 0, NULL) == NULL) return false; CloseHandle(hProcess); }else{ printf("Error: PID NULO\n"); return false; }; return true; } ulong Inject(char* NameProces,void* PEImage,void* EntryPoint, void* PArg,int ArgSize, char […]

Viewing all articles
Browse latest Browse all 2834

Trending Articles