Default package

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BinExport2

binexport2.proto:67

message BinExport2.BasicBlock

binexport2.proto:227

Used in: BinExport2

message BinExport2.BasicBlock.IndexRange

binexport2.proto:233

This is a space optimization. The instructions for an individual basic block will usually be in a continuous index range. Thus it is more efficient to store the range instead of individual indices. However, this does not hold true for all basic blocks, so we need to be able to store multiple index ranges per block.

Used in: BasicBlock

message BinExport2.CallGraph

binexport2.proto:87

Used in: BinExport2

message BinExport2.CallGraph.Edge

binexport2.proto:129

Used in: CallGraph

message BinExport2.CallGraph.Vertex

binexport2.proto:88

Used in: CallGraph

enum BinExport2.CallGraph.Vertex.Type

binexport2.proto:89

Used in: Vertex

message BinExport2.Comment

binexport2.proto:301

Used in: BinExport2

enum BinExport2.Comment.Type

binexport2.proto:302

Used in: Comment

message BinExport2.DataReference

binexport2.proto:293

Used in: BinExport2

message BinExport2.Expression

binexport2.proto:146

An operand consists of 1 or more expressions, linked together as a tree.

Used in: BinExport2

enum BinExport2.Expression.Type

binexport2.proto:147

Used in: Expression

message BinExport2.FlowGraph

binexport2.proto:245

Used in: BinExport2

message BinExport2.FlowGraph.Edge

binexport2.proto:246

Used in: FlowGraph

enum BinExport2.FlowGraph.Edge.Type

binexport2.proto:247

Used in: Edge

message BinExport2.Instruction

binexport2.proto:197

Used in: BinExport2

message BinExport2.Library

binexport2.proto:372

Used in: BinExport2

message BinExport2.Meta

binexport2.proto:68

Used in: BinExport2

message BinExport2.Mnemonic

binexport2.proto:192

An instruction has exactly 1 mnemonic.

Used in: BinExport2

message BinExport2.Module

binexport2.proto:383

Used in: BinExport2

message BinExport2.Operand

binexport2.proto:180

An instruction may have 0 or more operands.

Used in: BinExport2

message BinExport2.Reference

binexport2.proto:279

Generic reference class used for address comments (deprecated), string references and expression substitutions. It allows referencing from an instruction, operand, expression subtree tuple to a de-duped string in the string table.

Used in: BinExport2

message BinExport2.Section

binexport2.proto:355

Used in: BinExport2