From 86a8ad8af7af0cfa9ffdad7cf9301eb244309f26 Mon Sep 17 00:00:00 2001 From: pumnflqv2 Date: Tue, 5 Jul 2022 04:19:54 +0800 Subject: [PATCH] ADD file via upload --- 0.gdb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 0.gdb diff --git a/0.gdb b/0.gdb new file mode 100644 index 0000000..6c2dbf1 --- /dev/null +++ b/0.gdb @@ -0,0 +1,5 @@ +target remote localhost:1234 +handle SIGSEGV nostop noprint ignore +b main +display current->pid +c