summarylogtreecommitdiffstats
path: root/peda.install
diff options
context:
space:
mode:
Diffstat (limited to 'peda.install')
-rw-r--r--peda.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/peda.install b/peda.install
new file mode 100644
index 000000000000..db928ac654cd
--- /dev/null
+++ b/peda.install
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+post_install(){
+ echo "[+] Please enable PEDA with: echo 'source /usr/share/peda/peda.py' >> .gdbinit"
+ echo "[+] To execute PEDA just execute GDB and enjoy :)"
+}
+