Skip to content

Instantly share code, notes, and snippets.

@nega0
Created June 8, 2019 21:20
Show Gist options
  • Save nega0/bdc55dc77008a511d4c747587bf27d46 to your computer and use it in GitHub Desktop.
Save nega0/bdc55dc77008a511d4c747587bf27d46 to your computer and use it in GitHub Desktop.
wipe partition table with debug.exe
debug <wipe.in
f 200 l200 0
a 100
mov ax,301
mov bx,200
mov cx,1
mov dx,80
int 13
int 20
g
q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment