if you specify a level of 1, you are requesting the return address of the calling function (and so on).
如果指定level为1,那么就是请求进行调用的函数的返回地址,依此类推。
what does the term return address mean?
返回地址是什么意思?
this code replaces the return address on the stack with the trampoline address—the kretprobe address.
这段代码使用trampoline地址替换堆栈上的返回地址 ——kretprobe地址。
because we are just jumping into the same function, the return address and old %ebp will be the same and the stack size won't change.
由于我们只是跳转到同一个函数,所以返回地址和旧的 %ebp是相同的,栈的大小也不会改变。
configure an alias return address on load balancer (using ethernet card 0).
在负载均衡器(使用以太网卡0)上配置一个别名返回地址。
the computer refers to this point as the return address and keeps track of it in the stack frame.
计算机引用这一点作为返回地址,会在堆栈框架中跟蹤它。
a return address with words like 「united states penitentiary」 or 「correctional center」 is a dead giveaway.
带有「美国感化院」或者「惩戒中心」等字样的回信地址会彻底出卖寄信人的身份。
this means that we have to manually rewrite the stack to fake a return address so that the tail-called function will return directly to our parent.
这意味着我们必须手工重新编写栈来仿造一个返回地址,以使得尾部调用的函数能直接返回到调用它的函数。
for example, if you specify a level of 0, you are requesting the return address of the current function.
例如,如果指定level为0,那么就是请求当前函数的返回地址。
of those featuring the family snapshot, 48 per cent were sent to the return address and only 28 per cent of those with the picture of the elderly couple.
有全家福照片的钱包按地址寄回的比例为48%,而有老夫妇照片的钱包的归还率仅为28%。
the handwriting was difficult to read, but the return address caught his attention.
上面的笔记很难辨认,但是寄件地址吸引了他的注意。
remember that when a program makes a function call (especially for recursive ones), it has to store its return address and local variables on the stack.