>Hex-Rays IDA Pro Page

Help index | Search

Convenience functions

See Set..() functions for bit definitions.

StringStp(x) SetCharPrm(INF_ASCII_BREAK,x) LowVoids(x) SetLongPrm(INF_LOW_OFF,x) HighVoids(x) SetLongPrm(INF_HIGH_OFF,x) TailDepth(x) SetLongPrm(INF_MAXREF,x) Analysis(x) SetCharPrm(INF_AUTO,x) Tabs(x) SetCharPrm(INF_ENTAB,x) Comments(x) SetCharPrm(INF_CMTFLAG,((x) ? (SW_ALLCMT|GetCharPrm(INF_CMTFLAG)) : (~SW_ALLCMT&GetCharPrm(INF_CMTFLAG)))) Voids(x) SetCharPrm(INF_VOIDS,x) Indent(x) SetCharPrm(INF_INDENT,x) CmtIndent(x) SetCharPrm(INF_COMMENT,x) AutoShow(x) SetCharPrm(INF_AUTOSHOW,x) MinEA() GetLongPrm(INF_MIN_EA) MaxEA() GetLongPrm(INF_MAX_EA) BeginEA() GetLongPrm(INF_BEGIN_EA) set_start_cs(x) SetLongPrm(INF_START_CS,x) set_start_ip(x) SetLongPrm(INF_START_IP,x)

Index | Previous topic | Next topic