Skip to content

Instantly share code, notes, and snippets.

@mateobur
Created August 31, 2017 21:58
Show Gist options
  • Save mateobur/ddd8acdc3fe8206845605772abcc3619 to your computer and use it in GitHub Desktop.
Save mateobur/ddd8acdc3fe8206845605772abcc3619 to your computer and use it in GitHub Desktop.
Sysdig GDB ioncube
(gdb) bt
#0 0x00007f842ea770ac in __brk (addr=0x55a5681df000) at ../sysdeps/unix/sysv/linux/x86_64/brk.c:31
#1 0x00007f842ea77146 in __GI___sbrk (increment=135168) at sbrk.c:53
#2 0x00007f842ea147a9 in __GI___default_morecore (increment=<optimized out>) at morecore.c:47
#3 0x00007f842ea10954 in sysmalloc (av=0x7f842ed3b620 <main_arena>, nb=4112) at malloc.c:2462
#4 _int_malloc (av=0x7f842ed3b620 <main_arena>, bytes=4096) at malloc.c:3800
#5 0x00007f842ea12020 in __GI___libc_malloc (bytes=4096) at malloc.c:2891
#6 0x00007f84300bf19b in ?? () from /lib/x86_64-linux-gnu/libpcre.so.3
#7 0x00007f84300dc7ed in ?? () from /lib/x86_64-linux-gnu/libpcre.so.3
#8 0x00007f84300d4a39 in ?? () from /lib/x86_64-linux-gnu/libpcre.so.3
#9 0x00007f84300d63f1 in ?? () from /lib/x86_64-linux-gnu/libpcre.so.3
#10 0x00007f84300d3eb4 in ?? () from /lib/x86_64-linux-gnu/libpcre.so.3
#11 0x00007f84300d63f1 in ?? () from /lib/x86_64-linux-gnu/libpcre.so.3
#12 0x00007f84300e05af in ?? () from /lib/x86_64-linux-gnu/libpcre.so.3
#13 0x00007f84300e54a5 in pcre_study () from /lib/x86_64-linux-gnu/libpcre.so.3
#14 0x000055a5669479c0 in pcre_get_compiled_regex_cache ()
#15 0x000055a5669491d6 in ?? ()
#16 0x00007f842a969675 in xdebug_execute_internal (current_execute_data=0x7f842b013510, return_value=0x7f842b0134d0) at /tmp/pear/temp/xdebug/xdebug.c:2202
#17 0x000055a566cad0e0 in ?? ()
#18 0x000055a566c6822b in execute_ex ()
#19 0x00007f842a968b46 in xdebug_execute_ex (execute_data=0x7f842b013290) at /tmp/pear/temp/xdebug/xdebug.c:2050
#20 0x00007f842ae47f88 in ?? () from /usr/local/ioncube/ioncube_loader_lin_7.0.so
#21 0x000055a566cad20d in ?? ()
#22 0x000055a566c6822b in execute_ex ()
#23 0x00007f842a968b46 in xdebug_execute_ex (execute_data=0x7f842b013200) at /tmp/pear/temp/xdebug/xdebug.c:2050
#24 0x00007f842ae47f88 in ?? () from /usr/local/ioncube/ioncube_loader_lin_7.0.so
#25 0x000055a566cad20d in ?? ()
#26 0x000055a566c6822b in execute_ex ()
#27 0x00007f842a968b46 in xdebug_execute_ex (execute_data=0x7f842b013150) at /tmp/pear/temp/xdebug/xdebug.c:2050
---Type <return> to continue, or q <return> to quit---
#28 0x00007f842ae47f88 in ?? () from /usr/local/ioncube/ioncube_loader_lin_7.0.so
#29 0x000055a566cad20d in ?? ()
#30 0x000055a566c6822b in execute_ex ()
#31 0x00007f842a968b46 in xdebug_execute_ex (execute_data=0x7f842b0130b0) at /tmp/pear/temp/xdebug/xdebug.c:2050
#32 0x00007f842ae47f88 in ?? () from /usr/local/ioncube/ioncube_loader_lin_7.0.so
#33 0x000055a566cb995c in ?? ()
#34 0x000055a566c6822b in execute_ex ()
#35 0x00007f842a968b46 in xdebug_execute_ex (execute_data=0x7f842b013030) at /tmp/pear/temp/xdebug/xdebug.c:2050
#36 0x00007f842ae47f88 in ?? () from /usr/local/ioncube/ioncube_loader_lin_7.0.so
#37 0x000055a566cbcfc7 in zend_execute ()
#38 0x000055a566c27ed3 in zend_execute_scripts ()
#39 0x000055a566bc7570 in php_execute_script ()
#40 0x000055a566907b43 in ?? ()
#41 0x00007f842e9b7b45 in __libc_start_main (main=0x55a566906d40, argc=1, argv=0x7ffc0d969708, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7ffc0d9696f8) at libc-start.c:287
#42 0x000055a56690898d in _start ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment