-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from gardc/saint-rings
add writeup for Saint Rings
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.