Created
January 30, 2022 06:51
-
-
Save febnug/eeb14475062276f8ac04ddff16e6d243 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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