Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Reverse/Reykjavik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The main idea to find the flag is to use GDB to navigate across instructions.
#### Step-1:
Using `gdb -q Rejkjavik`, we get can hop on to the `main` function using break points. The command for the same would be `b * main`. After reaching, using `ni` Next Instriction, we land up to the flag as mentioned below.

**Note: You should also learn the SLR for stripped and non-stripped binaries.**

#### Step-2:
Finally, the flag becomes:
`CTFlearn{Eye_L0ve_Iceland_U}`
`CTFlearn{Eye_L0ve_Iceland_}`