diff --git a/README.md b/README.md index 880bb9da5..b491c4297 100644 --- a/README.md +++ b/README.md @@ -52,16 +52,16 @@ For most standard function calls, it knows how many arguments there are and can Here's a few screenshots of some of the cool things pwndbg does. -![e](caps/e.png?raw=1) +![e](caps/e.png?raw=1) *Function arguments* -![f](caps/f.png?raw=1) +![f](caps/f.png?raw=1) *Conditional jump evaluation and jump following* -![g](caps/g.png?raw=1) +![g](caps/g.png?raw=1) *More dump following* -![h](caps/h.png?raw=1) +![h](caps/h.png?raw=1) *RET following, useful for ROP* Here's a screenshot of `pwndbg` working on an aarch64 binary running under `qemu-user`.