Public Member Functions | |
DebugInfoParser (BNDebugInfoParser *parser) | |
std::string | GetName () const |
Ref< DebugInfo > | Parse (Ref< BinaryView > view, Ref< DebugInfo > existingDebugInfo=nullptr) const |
bool | IsValidForView (const Ref< BinaryView > view) const |
Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNDebugInfoParser, BNNewDebugInfoParserReference, BNFreeDebugInfoParserReference > | |
CoreRefCountObject () | |
virtual | ~CoreRefCountObject () |
BNDebugInfoParser * | GetObject () const |
void | AddRef () |
void | Release () |
void | AddRefForRegistration () |
void | ReleaseForRegistration () |
Static Public Member Functions | |
static Ref< DebugInfoParser > | GetByName (const std::string &name) |
static std::vector< Ref< DebugInfoParser > > | GetList () |
static std::vector< Ref< DebugInfoParser > > | GetListForView (const Ref< BinaryView > data) |
Static Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNDebugInfoParser, BNNewDebugInfoParserReference, BNFreeDebugInfoParserReference > | |
static BNDebugInfoParser * | GetObject (CoreRefCountObject *obj) |
Additional Inherited Members | |
Public Attributes inherited from BinaryNinja::CoreRefCountObject< BNDebugInfoParser, BNNewDebugInfoParserReference, BNFreeDebugInfoParserReference > | |
std::atomic< int > | m_refs |
bool | m_registeredRef |
BNDebugInfoParser * | m_object |
DebugInfoParser::DebugInfoParser | ( | BNDebugInfoParser * | parser | ) |
|
static |
|
static |
|
static |
string DebugInfoParser::GetName | ( | ) | const |
bool DebugInfoParser::IsValidForView | ( | const Ref< BinaryView > | view | ) | const |
Ref< DebugInfo > DebugInfoParser::Parse | ( | Ref< BinaryView > | view, |
Ref< DebugInfo > | existingDebugInfo = nullptr |
||
) | const |