Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
►CBasicBlocks | Interface for working with basic blocks in functions |
CIterator | Iterator for basic blocks in a function |
CBytes | Handles operations related to raw data access from the IDA database |
►CComments | Provides access to user-defined comments in the IDA database |
CIterator | Iterator for user-defined comments in the IDA database |
CDatabase | Provides access and control over the loaded IDA database |
►CFunctions | Provides access to function-related operations within the database |
CIterator | Iterator for functions within a specified address range |
CIdaCommandBuilder | Class to build and manage IDA command line options. Provides a fluent interface to set options and generate command lines for IDA Pro/IDA Free based on the available command line switches |
►CInstructions | Provides access to instruction-related operations |
CIterator | Iterator for instructions within a specified address range |
►CNames | Provides access to symbol and label management in the IDA database |
CIterator | Iterator for named elements (e.g., labels, symbols) in the IDA database |
►CSegments | Provides access to segment-related operations in the IDA database |
CIterator | Iterator for segments in the IDA database |
CSignaturesFiles | Provides access to FLIRT signature (.sig) files in the IDA database |
►CStrings | Provides access to string-related operations in the IDA database |
CIterator | Iterator for strings extracted from the IDA database |
►CTypes | Provides access to type information and manipulation in the IDA database |
CIterator | Iterator for user-defined types in the IDA type system |
CVersionInfo | Provides library version information |
►CXrefs | Provides access to cross-reference (xref) analysis in the IDA database |
CFromIterator | Iterator for outgoing cross-references (from the specified address) |
CIterator | Base class for cross-reference iterators |
CToIterator | Iterator for incoming cross-references (to the specified address) |