这些有助于在分析堆栈时找到全局数据和函数地址。
These help in locating global data and function addresses while analyzing stacks.
在32位系统上,默认的地址空间模型是对于用户和堆栈数据使用单一数据段,最大总大小接近256MB。
On 32-bit systems, the default address-space model is that it USES a single segment for user and stack data with a maximum aggregate size close to 256 MB.
堆栈是一个后进先出(LIFO)队列,它保存了子例程的返回地址、数据项、指针等等。
The stack is a last-in-first-out (LIFO) queue that holds subroutine return addresses, items of data, Pointers, and so on.
查找函数在内存中的地址并将其参数推到堆栈上,以封送所需的数据。
Locates the address of the function in memory and pushes its arguments onto the stack, marshaling data as required.
查找函数在内存中的地址并将其参数推到堆栈上,以封送所需的数据。
Locates the address of the function in memory and pushes its arguments onto the stack, marshaling data as required.
应用推荐