aaaaaaaaaaaa
代码改变世界

堆栈操作函数

2018-03-04 21:41  二进制乐谱  阅读(289)  评论(0编辑  收藏  举报

idc

 

AddAutoStkPnt2(func_ea, ea, delta)
"""
Add automatical SP register change point

 

AddUserStkPnt(ea, delta):
"""
Add user-defined SP register change point.

 

DelStkPnt(func_ea, ea):
"""
Delete SP register change point

 

GetMinSpd(func_ea):
"""
Return the address with the minimal spd (stack pointer delta)
If there are no SP change points, then return BADADDR.

 

RecalcSpd(cur_ea):
"""
Recalculate SP delta for an instruction that stops execution.

aaaaaaaaaaaaa