Crate r_core[][src]

Re-exports

pub use self::r_log_level as RLogLevel;
pub use self::r_syntax_highlight_type_t as RSyntaxHighlightType;
pub use self::r_code_annotation_type_t as RCodeMetaItemType;
pub use self::r_anal_addr_hint_type_t as RAnalAddrHintType;
pub use self::r_anal_data_type_t as RAnalDataType;
pub use self::r_cmd_status_t as RCmdStatus;
pub use self::r_core_autocomplete_types_t as RCoreAutocompleteType;

Structs

XX curplugin == o->plugin

Define how the command looks like in the help.

\brief Annotations for the decompiled code are represented using this structure.

keyvalue pair

Constants

< Specified range in annotation represents a constant variable with an address.

< Specified range in annotation represents a function name.

< Specified range in annotation represents a function parameter.

< Specified range in annotation represents a global variable.

< Specified range in annotation represents a local variable.

< Gives the offset of the specified range in annotation.

< Represents the kind of data the specified range represents for highlighting purposes.

Statics

Functions

@brief Prints the decompiled code from the specified RAnnotatedCode.

@brief Prints the decompiled code as comments

@brief Prints the data contained in the specified RAnnotatedCode in JSON format.

Type Definitions

XX curplugin == o->plugin

Define how the command looks like in the help.

\brief Annotations for the decompiled code are represented using this structure.

keyvalue pair

Represents the type of annnotation.

Unions