Implemented robust jmp instruction...

This commit is contained in:
xolatile
2024-07-06 09:36:54 -04:00
parent 5efba26804
commit 63ef245535
3 changed files with 46 additions and 6 deletions

View File

@ -464,6 +464,21 @@ nnn: nop
nop
mov qword[x8], 11223344h
nop
nop
nop
xxx: nop
jmp xxx
nop
jmp fff
nop
jmp rcx
nop
jmp r9
nop
jmp qword[x4]
nop
nop