pub type DisassemblyOption = BNDisassemblyOption;

Aliased Type§

enum DisassemblyOption {
Show 18 variants ShowAddress = 0, ShowOpcode = 1, ExpandLongOpcode = 2, ShowVariablesAtTopOfGraph = 3, ShowVariableTypesWhenAssigned = 4, ShowRegisterHighlight = 7, ShowFunctionAddress = 8, ShowFunctionHeader = 9, ShowTypeCasts = 10, GroupLinearDisassemblyFunctions = 64, HighLevelILLinearDisassembly = 65, WaitForIL = 66, IndentHLILBody = 67, ShowFlagUsage = 128, ShowStackPointer = 129, ShowILTypes = 130, ShowILOpcodes = 131, ShowCollapseIndicators = 132,
}

Variants§

§

ShowAddress = 0

§

ShowOpcode = 1

§

ExpandLongOpcode = 2

§

ShowVariablesAtTopOfGraph = 3

§

ShowVariableTypesWhenAssigned = 4

§

ShowRegisterHighlight = 7

§

ShowFunctionAddress = 8

§

ShowFunctionHeader = 9

§

ShowTypeCasts = 10

§

GroupLinearDisassemblyFunctions = 64

Linear disassembly options

§

HighLevelILLinearDisassembly = 65

Linear disassembly options

§

WaitForIL = 66

Linear disassembly options

§

IndentHLILBody = 67

Linear disassembly options

§

ShowFlagUsage = 128

Debugging options

§

ShowStackPointer = 129

Debugging options

§

ShowILTypes = 130

Debugging options

§

ShowILOpcodes = 131

Debugging options

§

ShowCollapseIndicators = 132

Debugging options