We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e691b06 commit 03663d6Copy full SHA for 03663d6
f8x-ctf
@@ -948,6 +948,10 @@ CTF_PWN_tools(){
948
CTF_PWN_pwndbg_install
949
echo -e "\033[1;33m\n>> Installing peda\n\033[0m"
950
CTF_PWN_peda_install
951
+ echo -e "\033[1;33m\n>> Installing gef\n\033[0m"
952
+ CTF_PWN_gef_install
953
+ echo -e "\033[1;33m\n>> Installing peda-heap\n\033[0m"
954
+ CTF_PWN_peda-heap_install
955
echo -e "\033[1;33m\n>> Installing one_gadget\n\033[0m"
956
CTF_PWN_one_gadget_install
957
0 commit comments