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 modification of SP made by the instruction
     ea      - end address of the instruction
               i.e. the last address of the instruction+1
returns: Get modification of SP made at the specified location
         If the specified location doesn't contain a SP
         change point, return 0
         Otherwise return delta of SP modification

long get_sp_delta(long ea);

Index | Previous topic | Next topic