当在一个断点停止时,您还可以检查执行堆栈。
While stopped at a breakpoint, you can also inspect the execution stack.
另一种方法首先使得在堆栈上执行代码变得不可能。
Another approach starts by making it impossible to execute code on the stack.
简而言之,仅只是拥有非可执行的堆栈是不足够的。
而堆栈则包含要执行的指令。
如果堆栈帧处于活动状态,则此地址是要执行的下一条指令。
If the stack frame is active, this address is the next instruction to execute.
如果堆栈帧处于活动状态,则此地址是要执行的下一条指令。
If the stack frame is active, this address is the next instruction to execute.
应用推荐