diff --git a/README.md b/README.md index 0715e891a..880bb9da5 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,17 @@ 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. -![d](caps/d.png?raw=1) - ![e](caps/e.png?raw=1) +*Function arguments* ![f](caps/f.png?raw=1) +*Conditional jump evaluation and jump following* ![g](caps/g.png?raw=1) +*More dump following* ![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`.