Skip to content

Commit 03663d6

Browse files
committed
补充对 gef 和 peda-heap 安装函数的调用
1 parent e691b06 commit 03663d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

f8x-ctf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,10 @@ CTF_PWN_tools(){
948948
CTF_PWN_pwndbg_install
949949
echo -e "\033[1;33m\n>> Installing peda\n\033[0m"
950950
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
951955
echo -e "\033[1;33m\n>> Installing one_gadget\n\033[0m"
952956
CTF_PWN_one_gadget_install
953957

0 commit comments

Comments
 (0)