Skip to content

Instantly share code, notes, and snippets.

@norbekaiser
Created August 23, 2015 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norbekaiser/fb55fdc213cb24ab0afe to your computer and use it in GitHub Desktop.
Save norbekaiser/fb55fdc213cb24ab0afe to your computer and use it in GitHub Desktop.
jmp shutdown
infloop:
jmp $
shutdown:
mov ah,0x53
mov al,0x07
mov bx,0x01
mov cx,0x03
int 0x15
times 510-($-$$) db 0
dw 0xaa55
eb 02 eb fe b4 53 b0 07 bb 01 00 b9 03 00 cd 15
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*
00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment