Skip to content

Commit a79774f

Browse files
authored
Update fixIAT.hpp
typo
1 parent 9c5315e commit a79774f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RunPE-In-Memory/RunPEinMemory/fixIAT.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bool fixIAT(PVOID modulePtr)
3636
DWORD addr = (DWORD)GetProcAddress(LoadLibraryA(lib_name), (char *)(orginThunk->u1.Ordinal & 0xFFFF));
3737
PRINTF(" [V] API %x at %x\n", orginThunk->u1.Ordinal, addr);
3838
fieldThunk->u1.Function = addr;
39-
break;
39+
4040
}
4141

4242
if (fieldThunk->u1.Function == NULL) break;

0 commit comments

Comments
 (0)