Skip to content

Commit

Permalink
Merge pull request #941 from acerjt/patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
carlospolop authored Sep 25, 2024
2 parents 8db28fd + 8974348 commit 9389000
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 9389000

Please sign in to comment.