Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在计算机内存中,是不是所有的函数、变量、地址都有具体的名称?比如计算机运行一个进程p_1,它包括函数f_1,变量v_1,在运行时,我们能不能找到这些字符串“p_1 ","f_1" 和 "v_1" 在内存中?怎么做?听起来很难。