Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Get current delta for the stack pointer
     ea      - end address of the instruction
               i.e. the last address of the instruction+1
returns: The difference between the original SP upon
         entering the function and SP for the specified address

long get_spd(long ea);

Index | Previous topic | Next topic