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 86d5d52 + 64905f8 commit 5162a8dCopy full SHA for 5162a8d
lib/msf/core/payload/windows/reflective_pe_loader.rb
@@ -106,7 +106,7 @@ def asm_reflective_pe_loader(opts)
106
js name_resolve ; If high order bit is not set resolve with INT entry
107
sub eax,0x80000000 ; Zero out the high bit
108
call GetProcAddress ; Get the API address with hint
109
- jmp insert_iat ; Insert the address of API tı IAT
+ jmp insert_iat ; Insert the address of API to IAT
110
name_resolve:
111
add eax,esi ; Set the address of function hint
112
add eax,0x02 ; Move to function name
0 commit comments