From 162920557eb7516733a557358d82a82668ba07cc Mon Sep 17 00:00:00 2001 From: 0xddaa <0xddaa@gmail.com> Date: Tue, 9 May 2017 23:05:21 +0800 Subject: [PATCH] Add README.md --- pwndbg/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pwndbg/README.md diff --git a/pwndbg/README.md b/pwndbg/README.md new file mode 100644 index 0000000..c781f81 --- /dev/null +++ b/pwndbg/README.md @@ -0,0 +1,5 @@ +### How to install +Notice, the `heap` command in pwndbg will be overwritten. + +1. Put `pwngdb.py` into `/path/to/pwndbg/pwndbg/` +2. Put `commands/pwngdb.py` into `/path/to/pwndbg/pwndbg/commands/`