12 ms·
Also for C/C++ binaries with debug info gdb is one of the ingredients used to show where and how much globals exists: gdb -batch -ex "info variables" -ex quit
by mingodad 2y ago
Also for C/C++ binaries with debug info gdb is one of the ingredients used to show where and how much globals exists:
gdb -batch -ex "info variables" -ex quit --args binary-to-examine