global _start ; This binary is there to test ; emulate vs nearpc/u/pdisas commands ; The emulate should show just jump and one nop ; The rest should show jump and two nops ; ; Motivated by https://github.com/pwndbg/pwndbg/issues/315 _start: mov rsi, string mov rdi, rsp mov rcx, 3 rep movsb string db '12345', 0