We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 199b2c5 + 19baea4 commit e0c4000Copy full SHA for e0c4000
2 files changed
hldr64/hldr64.asm
@@ -229,12 +229,13 @@ reloc_abs:
229
inc edx
230
231
cmp dword [rdi + IMAGE_BASE_RELOCATION.reSizeOfBlock], edx
232
- jne reloc_addr
+ jg reloc_addr
233
add ecx, edx
234
add rdi, rdx
235
cmp dword [rbp + IMAGE_DIRECTORY_ENTRY_RELOCS + 4], ecx
236
- jne reloc_block
+ jg reloc_block
237
238
+reloc_finished:
239
;-----------------------------------------------------------------------------
240
;call entrypoint
241
@@ -259,5 +260,5 @@ hldr_exit:
259
260
pop rdi
261
pop rsi
262
pop rbx
- ret 4
263
-hldr64_end:
+ ret 8
264
+
pe2shc/stub64.bin
0 Bytes
0 commit comments