Skip to content

Commit 6db1473

Browse files
authored
Merge pull request JLospinoso#7 from ccooper21/master
Added the ROP gadget offset for the "mshtml.dll" file included with Windows 10 build v10.0.15063.138
2 parents 68f313b + 4a4cba9 commit 6db1473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ namespace {
2525
*/
2626

2727
vector<VersionToOffset> mshtml_gadget_offset_map = {
28+
// Windows 10 Creators Update (Build v10.0.15063.138 as of Apr 11, 2017)
29+
{ 11, 0, 15063, 138, 0x00585068 },
2830
// Windows 10 Creators Update (Build v10.0.15063.0 as of Mar 20, 2017)
2931
{ 11, 0, 15063, 0, 0x00585098 },
3032
// Windows 10 Anniversary Update (Build v10.0.14393.953 as of Mar 14, 2017)

0 commit comments

Comments
 (0)