Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-jain52 committed Jan 6, 2025
1 parent e4f699c commit 1e34eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pwnable.kr/Toddler's Bottle/bof.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
4. We see `cmpl` instruction, comparing the key with `0xcafebabe` at addr `0x56555654`. Break there and observe the stack memory:

```gdb
(gdb) break *0x56555654
(gdb) break *0x56555654
Breakpoint 2 at 0x56555654
(gdb) c
Continuing.
Expand Down

0 comments on commit 1e34eb0

Please sign in to comment.