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 size of saved registers in function frame
     ea - any address belonging to the function
returns: Size of saved registers in bytes.
         If the function doesn't have a frame, return 0
         This value is used as offset for BP
         (if FUNC_FRAME is set)
         If the function does't exist, return -1

#define get_frame_regs_size(ea) get_func_attr(ea, FUNCATTR_FRREGS)

Index | Previous topic | Next topic