Skip to content

Commit c7d7f3f

Browse files
author
YASME-Tim
committed
💊 Fix misspelling
1 parent 19b60fc commit c7d7f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackover-ctf-2015/reversing/goto/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ We look for loops with following conditional branch nodes in the CFG and see:
8383

8484
![](./cond.png)
8585

86-
We see that the node `0x4006e5` is a conditonal branch that is preceded by several loop nodes. Lets set a breakpoint at this node ind `gdb-peda`:
86+
We see that the node `0x4006e5` is a conditonal branch that is preceded by several loop nodes. Lets set a breakpoint at this node in `gdb-peda`:
8787

8888
![](./peda.png)
8989

0 commit comments

Comments
 (0)