DebugInfoParser in binaryninja::debuginfo - Rust

Struct DebugInfoParser

Source

pub struct DebugInfoParser { /* private fields */ }
Expand description

Represents the registered parsers and providers of debug information to Binary Ninja. See binaryninja::debuginfo for more information

Source§
Source

Returns debug info parser of the given name, if it exists

Source

List all debug-info parsers

Source

Returns a list of debug-info parsers that are valid for the provided binary view

Source

Returns the name of the current parser

Source

Returns whether this debug-info parser is valid for the provided binary view

Source

Returns DebugInfo populated with debug info by this debug-info parser.

Only provide a DebugInfo object if you wish to append to the existing debug info

Source

Returns DebugInfo populated with debug info by this debug-info parser.

Only provide a DebugInfo object if you wish to append to the existing debug info

Source

§
§
§
§
§
§