6.1 Unconditional Jumps

In an unconditional jump, the jump is always taken. The jmp instruction tells the CPU to execute code at a different memory address. This is similar to the goto statement in the C programming language. When the following instruction is executed, the control is transferred to the jump address, and the execution starts from there:

jmp <jump address>

Get Learning Malware Analysis now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.