C++ wolftü ByPass Code - x60

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

x60

Seçkin Üye
Katılım
18 Kas 2015
Mesajlar
523
Tepki puanı
6
Yaş
101
10 HİZMET YILI
.

Kod:
PBYTE FindStartOfFunc(PBYTE Addy)
{
   if (!Addy) return Addy;
   while (true) if (compare((PBYTE)"\x55\x8B\xEC", "xxx", Addy--)) return ++Addy;
}




PBYTE FindPush(PBYTE sig, PCHAR mask, DWORD dwBase, DWORD dwLen)
{
   if (!dwBase) return nullptr;
   BYTE PushSig[5] = { 0x68, 0, 0, 0, 0 };
   *(PDWORD)(&PushSig[1]) = FindSignature(sig, mask, dwBase, dwLen, 0);
   if (*(PDWORD)(&PushSig[1]) == NULL) return NULL;
   return (PBYTE)FindSignature(PushSig, "xxxxx", dwBase, dwLen, 0);
}




bool bTriggered = false, bSuccess = false;
void bypass()
{
   DWORD dwCShell = FindCShell();
   if (dwCShell != NULL)
   {
       PBYTE BypassSig = FindPush((PBYTE)"XIGNCODE", "xxxxxxxxx", dwCShell, 5000000);
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst