We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b60fc commit c7d7f3fCopy full SHA for c7d7f3f
hackover-ctf-2015/reversing/goto/README.md
@@ -83,7 +83,7 @@ We look for loops with following conditional branch nodes in the CFG and see:
83
84

85
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`:
+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`:
87
88

89
0 commit comments