Skip to content

Commit 2949bf0

Browse files
committed
Remove old comment from ASM
1 parent 852961f commit 2949bf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/msf/core/payload/windows/reverse_tcp.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ def asm_reverse_tcp(opts={})
226226
add ebx, eax ; buffer += bytes_received
227227
sub esi, eax ; length -= bytes_received, will set flags
228228
jnz read_more ; continue if we have more to read
229-
; esi at this point is zero, which is what we need to
230-
; pass to the second stage in the case of Meterpreter.
231229
ret ; return into the second stage
232230
^
233231

0 commit comments

Comments
 (0)