Skip to content

Commit

Permalink
Merge pull request #14 from gardc/saint-rings
Browse files Browse the repository at this point in the history
add writeup for Saint Rings
  • Loading branch information
nordbo authored Nov 3, 2024
2 parents 8e36d2e + b8f6865 commit 5e9f5d4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions writeups/reversing/Saint Rings/koodl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Saint Rings writeup

Writeup Author: `gardc`

## Analysis & solution

Since this is a reversing challenge, we start by opening the binary in the reverser’s tool of choice. In this case, I’m using Binary Ninja.

![binary ninja](sr1.png)

Opening strings, we are instantly presented with the flag! `EPT{0n3_str1ng_t0_rul3_th3m_4ll}`

## Alternative solution

By simply using `strings` on the binary which is common when inspecting a binary, we can also find the flag.

![strings command](sr2.png)
Binary file added writeups/reversing/Saint Rings/koodl/sr1.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 added writeups/reversing/Saint Rings/koodl/sr2.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 5e9f5d4

Please sign in to comment.