Skip to content

Instantly share code, notes, and snippets.

@febnug
Created January 30, 2022 06:51
Show Gist options
  • Save febnug/eeb14475062276f8ac04ddff16e6d243 to your computer and use it in GitHub Desktop.
Save febnug/eeb14475062276f8ac04ddff16e6d243 to your computer and use it in GitHub Desktop.
; feel like jump into the abyss
global _start
section .text
_start:
mov byte [esp+0], 0x90 ; simpan instruksi nop di register esp
jmp esp ; lompat ke instruksi nop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment