Skip to content

Commit

Permalink
chapters/data/memory-security: Fix drill path
Browse files Browse the repository at this point in the history
Replaced pointer-arithmetic-leak guide path
from `bypassing-stack-protector`
to `pointer-arithmetic-leak`.

Signed-off-by: mucel29 <[email protected]>
  • Loading branch information
mucel29 authored and teodutu committed Nov 4, 2024
1 parent 596dd39 commit 2039d80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wild Pointer Arithmetic Info Leak

Navigate to the `chapters/data/memory-security/drills/tasks/bypassing-stack-protector/support/` directory.
Navigate to the `chapters/data/memory-security/drills/tasks/pointer-arithmetic-leak/support/` directory.
Open and analyze the `buff_leak.c` file.

The pointer `p` points to the stack.
Expand Down

0 comments on commit 2039d80

Please sign in to comment.