Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed a typo: $4%x -> %4$x
  • Loading branch information
acerjt authored Sep 24, 2024
1 parent e236d7b commit 8974348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary-exploitation/format-strings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ and you would read from the first to the forth param.
Or you could do:
```c
printf("$4%x")
printf("%4$x")
```

and read directly the forth.
Expand Down

0 comments on commit 8974348

Please sign in to comment.