![]() |
IDA Domain
|
Provides access to cross-reference (xref) analysis in the IDA database. More...
#include <xref.hpp>
Classes | |
class | FromIterator |
Iterator for outgoing cross-references (from the specified address). More... | |
class | Iterator |
Base class for cross-reference iterators. More... | |
class | ToIterator |
Iterator for incoming cross-references (to the specified address). More... | |
Public Member Functions | |
Xrefs (const Database &database) | |
Constructs an xrefs handler for the given database. More... | |
ToIterator | get_to (const ea_t ea) const |
Creates an iterator over all xrefs pointing to a given address. More... | |
FromIterator | get_from (const ea_t ea) const |
Creates an iterator over all xrefs originating from a given address. More... | |
Provides access to cross-reference (xref) analysis in the IDA database.
|
inline |
Constructs an xrefs handler for the given database.
database | Reference to the active IDA database. |
|
inline |
Creates an iterator over all xrefs originating from a given address.
ea | Source effective address. |
|
inline |
Creates an iterator over all xrefs pointing to a given address.
ea | Target effective address. |