IDA C++ SDK 9.2
Loading...
Searching...
No Matches
libfuncs.hpp File Reference

Go to the source code of this file.

Classes

struct  idasgn_header_t

Functions

idaman bool ida_export get_idasgn_header_by_short_name (idasgn_header_t *out_header, qstring *out_libname, const char *name)
 Get idasgn header by a short signature name.
idaman bool ida_export get_idasgn_path_by_short_name (qstring *out_fullpath, const char *name)
 Get idasgn full path by a short signature name.

Function Documentation

◆ get_idasgn_header_by_short_name()

idaman bool ida_export get_idasgn_header_by_short_name ( idasgn_header_t * out_header,
qstring * out_libname,
const char * name )

Get idasgn header by a short signature name.

Parameters
out_headerbuffer for the signature file header
out_libnamebuffer for the name of the library
nameshort name of a signature
Returns
true in case of success

◆ get_idasgn_path_by_short_name()

idaman bool ida_export get_idasgn_path_by_short_name ( qstring * out_fullpath,
const char * name )

Get idasgn full path by a short signature name.

Parameters
out_fullpathbuffer for the signature file full path
nameshort name of a signature
Returns
true in case of success