Skip to content

Commit

Permalink
shellboy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SharuMaha committed Oct 30, 2023
1 parent 6397c94 commit c9825de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/ecw/pwn/2023-10-29-Shellboy.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ We are going to procede this way :

3- We are going to set the repetion value of the 17th instruction to 32.

4- We are going to modify values à `0x0F2` and `0xC0F1` to point to the address that contains the repetition values of the second instruction (`0xC0BA`) that's the beginning of the shellcode.
4- We are going to modify values at `0x0F2` and `0xC0F1` to point to the address that contains the repetition values of the second instruction (`0xC0BA`) that's the beginning of the shellcode.

For the shellcode, we know that the flag is at `0x06FA`, we are going to use a part of the original code that is used to convert a string to tiles and "print it".

Expand Down
Binary file modified assets/ecw/shellboy/shellboy-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ecw/shellboy/shellboy-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9825de

Please sign in to comment.