IDA C++ SDK 9.2
Loading...
Searching...
No Matches
idc_resolver_t Struct Referenceabstract

Compile text with IDC function(s). More...

#include <expr.hpp>

Public Member Functions

virtual uval_t idaapi resolve_name (const char *name)=0

Detailed Description

Compile text with IDC function(s).

Parameters
lineline with IDC function(s) (can't be nullptr!)
[out]errbufbuffer for the error message
resolvercallback object to get values of undefined variables This object will be called if IDC function contains references to undefined variables. May be nullptr.
only_safe_funcsif true, any calls to functions without #EXTFUN_SAFE flag will lead to a compilation error.
Return values
trueok
falseerror, see errbuf

Member Function Documentation

◆ resolve_name()

virtual uval_t idaapi idc_resolver_t::resolve_name ( const char * name)
pure virtual

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