Binary Ninja API
  • architecture
  • atexit
  • basicblock
  • binaryview
  • callingconvention
  • databuffer
  • datarender
  • demangle
  • downloadprovider
  • enums
    • binaryninja.enums.ActionType
    • binaryninja.enums.AnalysisSkipReason
    • binaryninja.enums.AnalysisState
    • binaryninja.enums.BranchType
    • binaryninja.enums.CallingConventionName
    • binaryninja.enums.DisassemblyOption
    • binaryninja.enums.Endianness
    • binaryninja.enums.FindFlag
    • binaryninja.enums.FlagRole
    • binaryninja.enums.FormInputFieldType
    • binaryninja.enums.FunctionAnalysisSkipOverride
    • binaryninja.enums.FunctionGraphType
    • binaryninja.enums.HighlightColorStyle
    • binaryninja.enums.HighlightStandardColor
    • binaryninja.enums.ILBranchDependence
    • binaryninja.enums.ImplicitRegisterExtend
    • binaryninja.enums.InstructionTextTokenContext
    • binaryninja.enums.InstructionTextTokenType
    • binaryninja.enums.IntegerDisplayType
    • binaryninja.enums.LinearDisassemblyLineType
    • binaryninja.enums.LogLevel
    • binaryninja.enums.LowLevelILFlagCondition
    • binaryninja.enums.LowLevelILOperation
    • binaryninja.enums.MediumLevelILOperation
    • binaryninja.enums.MemberAccess
    • binaryninja.enums.MemberScope
    • binaryninja.enums.MessageBoxButtonResult
    • binaryninja.enums.MessageBoxButtonSet
    • binaryninja.enums.MessageBoxIcon
    • binaryninja.enums.MetadataType
    • binaryninja.enums.ModificationStatus
    • binaryninja.enums.NameType
    • binaryninja.enums.NamedTypeReferenceClass
    • binaryninja.enums.PluginCommandType
    • binaryninja.enums.PluginLoadOrder
    • binaryninja.enums.PluginOrigin
    • binaryninja.enums.PluginType
    • binaryninja.enums.PluginUpdateStatus
    • binaryninja.enums.PointerSuffix
    • binaryninja.enums.ReferenceType
    • binaryninja.enums.RegisterValueType
    • binaryninja.enums.RelocationType
    • binaryninja.enums.ReportType
    • binaryninja.enums.ScriptingProviderExecuteResult
    • binaryninja.enums.ScriptingProviderInputReadyState
    • binaryninja.enums.SectionSemantics
    • binaryninja.enums.SegmentFlag
    • binaryninja.enums.SettingsScope
    • binaryninja.enums.StringType
    • binaryninja.enums.StructureType
    • binaryninja.enums.SymbolBinding
    • binaryninja.enums.SymbolType
    • binaryninja.enums.TransformType
    • binaryninja.enums.TypeClass
    • binaryninja.enums.UpdateResult
    • binaryninja.enums.VariableSourceType
  • fileaccessor
  • filemetadata
  • flowgraph
  • function
  • functionrecognizer
  • highlight
  • interaction
  • lineardisassembly
  • log
  • lowlevelil
  • mainthread
  • mediumlevelil
  • metadata
  • numbers
  • platform
  • plugin
  • pluginmanager
  • scriptingprovider
  • settings
  • transform
  • types
  • undoaction
  • update
Binary Ninja API
  • Docs »
  • enums module »
  • binaryninja.enums.InstructionTextTokenType
  • View page source

binaryninja.enums.InstructionTextTokenType¶

class InstructionTextTokenType[source]¶
__init__()¶

x.__init__(…) initializes x; see help(type(x)) for signature

Attributes

AddressDisplayToken
AnnotationToken
ArgumentNameToken
BeginMemoryOperandToken
CharacterConstantToken
CodeRelativeAddressToken
CodeSymbolToken
DataSymbolToken
EndMemoryOperandToken
ExternalSymbolToken
FieldNameToken
FloatingPointToken
HexDumpByteValueToken
HexDumpInvalidByteToken
HexDumpSkippedByteToken
HexDumpTextToken
ImportToken
IndirectImportToken
InstructionToken
IntegerToken
KeywordToken
LocalVariableToken
NameSpaceSeparatorToken
NameSpaceToken
OpcodeToken
OperandSeparatorToken
PossibleAddressToken
RegisterToken
StringToken
TextToken
TypeNameToken
Next Previous

© Copyright 2015-2019, Vector 35 Inc.