Skip to content

Commit 64905f8

Browse files
committed
fix: Fix typo in reflective_pe_loader.rb
Fix strange typo that makes the file non-ASCII
1 parent ab2c693 commit 64905f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def asm_reflective_pe_loader(opts)
106106
js name_resolve ; If high order bit is not set resolve with INT entry
107107
sub eax,0x80000000 ; Zero out the high bit
108108
call GetProcAddress ; Get the API address with hint
109-
jmp insert_iat ; Insert the address of API IAT
109+
jmp insert_iat ; Insert the address of API to IAT
110110
name_resolve:
111111
add eax,esi ; Set the address of function hint
112112
add eax,0x02 ; Move to function name

0 commit comments

Comments
 (0)