diff options
Diffstat (limited to 'injector.c')
-rw-r--r-- | injector.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ static int search_patch_near_entry(pe_buffer *pe, patch_ctx *pa) relAddr = calc_relative_offset(entryVA + i, shellVA); printf("Patching RelJMP at 0x%08lX: 0x%08lX\n", - (unsigned long)entryVA + i - 1, + (unsigned long)entryVA + i, (unsigned long)relAddr); *(uint32_t *)(&insts8[i+1]) = relAddr; return 0; |