From 1e34eb0b42cbc78683dd8835c8c6ff2ed396cf70 Mon Sep 17 00:00:00 2001 From: Harshit Jain Date: Mon, 6 Jan 2025 14:07:53 +0530 Subject: [PATCH] fix: indentation --- Pwnable.kr/Toddler's Bottle/bof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pwnable.kr/Toddler's Bottle/bof.md b/Pwnable.kr/Toddler's Bottle/bof.md index a5a240c..993f85b 100644 --- a/Pwnable.kr/Toddler's Bottle/bof.md +++ b/Pwnable.kr/Toddler's Bottle/bof.md @@ -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.