我对 GDB 有点陌生,我想知道是否可以在可执行文件运行时停止输入进程并找出该输入的功能是什么来反汇编该函数
例如,假设我运行文件并给出这些行
blah blah blah
some prints here
some print there
enter a number:
当此输入出现时,我可以停止该过程type a number:
并找出执行它的功能是什么?
我对 GDB 有点陌生,我想知道是否可以在可执行文件运行时停止输入进程并找出该输入的功能是什么来反汇编该函数
例如,假设我运行文件并给出这些行
blah blah blah
some prints here
some print there
enter a number:
当此输入出现时,我可以停止该过程type a number:
并找出执行它的功能是什么?