IDA C++ SDK 9.2
Loading...
Searching...
No Matches
ida_lowertype_helper_t Class Reference

An implementation of lowertype_helper_t that has access to the IDB, and thus can help spot holes in the stack arguments. More...

#include <typeinf.hpp>

Inheritance diagram for ida_lowertype_helper_t:
lowertype_helper_t

Public Member Functions

 ida_lowertype_helper_t (const tinfo_t &_tif, ea_t _ea, int _pb)
virtual bool idaapi func_has_stkframe_hole (const tinfo_t &candidate, const func_type_data_t &candidate_data) override
virtual int idaapi get_func_purged_bytes (const tinfo_t &candidate, const func_type_data_t &) override
Public Member Functions inherited from lowertype_helper_t
virtual ~lowertype_helper_t ()

Detailed Description

An implementation of lowertype_helper_t that has access to the IDB, and thus can help spot holes in the stack arguments.

Constructor & Destructor Documentation

◆ ida_lowertype_helper_t()

ida_lowertype_helper_t::ida_lowertype_helper_t ( const tinfo_t & _tif,
ea_t _ea,
int _pb )
inline

Member Function Documentation

◆ func_has_stkframe_hole()

virtual bool idaapi ida_lowertype_helper_t::func_has_stkframe_hole ( const tinfo_t & candidate,
const func_type_data_t & candidate_data )
inlineoverridevirtual

Implements lowertype_helper_t.

◆ get_func_purged_bytes()

virtual int idaapi ida_lowertype_helper_t::get_func_purged_bytes ( const tinfo_t & candidate,
const func_type_data_t &  )
inlineoverridevirtual

Implements lowertype_helper_t.


The documentation for this class was generated from the following file: