也许在函数中,您可以在我的所有函数中添加类似的代码,将函数地址存储到面包屑循环列表中,同时进行调试以找到导致问题的函数序列。
以上来自于百度翻译
以下为原文
Maybe in the function you could store
(unsigned long)(void*)(main) // to store the address of main in the breadcrumb list
I have added similar code to all my functions to store the function address to a circular list of breadcrumbs while debugging to find the sequence of functions leading up to a problem.
也许在函数中,您可以在我的所有函数中添加类似的代码,将函数地址存储到面包屑循环列表中,同时进行调试以找到导致问题的函数序列。
以上来自于百度翻译
以下为原文
Maybe in the function you could store
(unsigned long)(void*)(main) // to store the address of main in the breadcrumb list
I have added similar code to all my functions to store the function address to a circular list of breadcrumbs while debugging to find the sequence of functions leading up to a problem.
举报