summarylogtreecommitdiffstats
path: root/peda.install
diff options
context:
space:
mode:
authoranthraxx2015-07-10 02:28:47 +0200
committeranthraxx2015-07-10 02:28:47 +0200
commit26ee832572eb08b07b6ea6cb54457efca0ee2de2 (patch)
tree61cab8271b466b4af0b7bb0be3d4e5c3aff08f7b /peda.install
downloadaur-26ee832572eb08b07b6ea6cb54457efca0ee2de2.tar.gz
addpkg: peda-git 45.d0bd978-2
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 :)"
+}
+