|
IDA SDK
|
Compile text with IDC function(s). More...
#include <expr.hpp>
Public Member Functions | |
| virtual uval_t idaapi | resolve_name (const char *name)=0 |
Compile text with IDC function(s).
| line | line with IDC function(s) (can't be nullptr!) | |
| [out] | errbuf | buffer for the error message |
| resolver | callback 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_funcs | if true, any calls to functions without EXTFUN_SAFE flag will lead to a compilation error. |
| true | ok |
| false | error, see errbuf |