decompiler  1.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CAddressA low-level machine address for labelling bytes and data
 CAddressResolverAbstract class for converting native constants to addresses
 CAddrSpaceA region where processor data is stored
 CAddrSpaceManagerA manager for different address spaces
 CAssemblyEmitAbstract class for emitting disassembly to an application
 CAttributes
 CBadDataErrorException for bad instruction data
 CBreakCallBackA breakpoint object
 CBreakTableA collection of breakpoints for the emulator
 CBreakTableCallBackA basic instantiation of a breakpoint table
 CConstantSpaceSpecial AddrSpace for representing constants during analysis
 CContentHandler
 CContextBitRangeDescription of a context variable within the disassembly context blob
 CContextCacheA helper class for caching the active context blob to minimize database lookups
 CContextDatabaseAn interface to a database of disassembly/decompiler context information
 CContextInternalAn in-memory implementation of the ContextDatabase interface
 CDataUnavailErrorException indicating data was not available
 CDisassemblyCache
 CDocument
 CDocumentStorage
 CElement
 CEmulateA pcode-based emulator interface
 CEmulateMemoryAn abstract Emulate class using a MemoryState object as the backing machine state
 CEmulatePcodeCacheA SLEIGH based implementation of the Emulate interface
 CEvaluationError
 CFileStreamState
 CFloatFormatEncoding information for a single floating-point format
 CJoinRecordA record describing how logical values are split
 CJoinRecordCompareComparator for JoinRecord objects
 CJoinSpaceThe pool of logically joined variables
 CLoadImageAn interface into a particular binary executable image
 CLoadImageFuncA record indicating a function symbol
 CLoadImageSectionA record describing a section bytes in the executable
 CLowlevelErrorThe lowest level error generated by the decompiler
 CMemoryBankMemory storage/state for a single AddressSpace
 CMemoryHashOverlayA memory bank that implements reads and writes using a hash table
 CMemoryImageA kind of MemoryBank which retrieves its data from an underlying LoadImage
 CMemoryPageOverlayMemory bank that overlays some other memory bank, using a "copy on write" behavior
 CMemoryStateAll storage/state for a pcode machine
 CNameValue
 COpBehaviorClass encapsulating the action/behavior of specific pcode opcodes
 COpBehaviorBoolAndCPUI_BOOL_AND behavior
 COpBehaviorBoolNegateCPUI_BOOL_NEGATE behavior
 COpBehaviorBoolOrCPUI_BOOL_OR behavior
 COpBehaviorBoolXorCPUI_BOOL_XOR behavior
 COpBehaviorCopyCPUI_COPY behavior
 COpBehaviorEqualCPUI_INT_EQUAL behavior
 COpBehaviorFloatAbsCPUI_FLOAT_ABS behavior
 COpBehaviorFloatAddCPUI_FLOAT_ADD behavior
 COpBehaviorFloatCeilCPUI_FLOAT_CEIL behavior
 COpBehaviorFloatDivCPUI_FLOAT_DIV behavior
 COpBehaviorFloatEqualCPUI_FLOAT_EQUAL behavior
 COpBehaviorFloatFloat2FloatCPUI_FLOAT_FLOAT2FLOAT behavior
 COpBehaviorFloatFloorCPUI_FLOAT_FLOOR behavior
 COpBehaviorFloatInt2FloatCPUI_FLOAT_INT2FLOAT behavior
 COpBehaviorFloatLessCPUI_FLOAT_LESS behavior
 COpBehaviorFloatLessEqualCPUI_FLOAT_LESSEQUAL behavior
 COpBehaviorFloatMultCPUI_FLOAT_MULT behavior
 COpBehaviorFloatNanCPUI_FLOAT_NAN behavior
 COpBehaviorFloatNegCPUI_FLOAT_NEG behavior
 COpBehaviorFloatNotEqualCPUI_FLOAT_NOTEQUAL behavior
 COpBehaviorFloatRoundCPUI_FLOAT_ROUND behavior
 COpBehaviorFloatSqrtCPUI_FLOAT_SQRT behavior
 COpBehaviorFloatSubCPUI_FLOAT_SUB behavior
 COpBehaviorFloatTruncCPUI_FLOAT_TRUNC behavior
 COpBehaviorInt2CompCPUI_INT_2COMP behavior
 COpBehaviorIntAddCPUI_INT_ADD behavior
 COpBehaviorIntAndCPUI_INT_AND behavior
 COpBehaviorIntCarryCPUI_INT_CARRY behavior
 COpBehaviorIntDivCPUI_INT_DIV behavior
 COpBehaviorIntLeftCPUI_INT_LEFT behavior
 COpBehaviorIntLessCPUI_INT_LESS behavior
 COpBehaviorIntLessEqualCPUI_INT_LESSEQUAL behavior
 COpBehaviorIntMultCPUI_INT_MULT behavior
 COpBehaviorIntNegateCPUI_INT_NEGATE behavior
 COpBehaviorIntOrCPUI_INT_OR behavior
 COpBehaviorIntRemCPUI_INT_REM behavior
 COpBehaviorIntRightCPUI_INT_RIGHT behavior
 COpBehaviorIntSborrowCPUI_INT_SBORROW behavior
 COpBehaviorIntScarryCPUI_INT_SCARRY behavior
 COpBehaviorIntSdivCPUI_INT_SDIV behavior
 COpBehaviorIntSextCPUI_INT_SEXT behavior
 COpBehaviorIntSlessCPUI_INT_SLESS behavior
 COpBehaviorIntSlessEqualCPUI_INT_SLESSEQUAL behavior
 COpBehaviorIntSremCPUI_INT_SREM behavior
 COpBehaviorIntSrightCPUI_INT_SRIGHT behavior
 COpBehaviorIntSubCPUI_INT_SUB behavior
 COpBehaviorIntXorCPUI_INT_XOR behavior
 COpBehaviorIntZextCPUI_INT_ZEXT behavior
 COpBehaviorNotEqualCPUI_INT_NOTEQUAL behavior
 COpBehaviorPieceCPUI_PIECE behavior
 COpBehaviorPopcountCPUI_POPCOUNT behavior
 COpBehaviorSubpieceCPUI_SUBPIECE behavior
 COtherSpaceSpecial AddrSpace for special/user-defined address spaces
 COverlaySpaceAn overlay space
 CParseErrorAn error generated while parsing a command or language
 CpartmapA map from a linear space to value objects
 CPcodeCacher
 CPcodeData
 CPcodeEmitAbstract class for emitting pcode to an application
 CPcodeEmitCacheP-code emitter that dumps its raw Varnodes and PcodeOps to an in memory cache
 CPcodeOpRawA low-level representation of a single pcode operation
 CRangeA contiguous range of bytes in some address space
 CRangeListA disjoint set of Ranges, possibly across multiple address spaces
 CRawLoadImageA simple raw binary loadimage
 CRecovErrorA generic recoverable error
 CRelativeRecord
 CSeqNumA class for uniquely labelling and comparing PcodeOps
 CSleigh
 CSleighBaseCommon core of classes that read or write SLEIGH specification files natively
 CSleighBuilder
 CSpacebaseSpaceA virtual space stack space
 CTrackedContextA tracked register (Varnode) and the value it contains
 CTranslateThe interface to a translation engine for a processor
 CTreeHandler
 CTruncationTagObject for describing how a space should be truncated
 CUnimplErrorException for encountering unimplemented pcode
 CUniqueSpaceThe pool of temporary storage registers
 CVarnodeDataData defining a specific memory location
 CXmlError
 CXmlScan
 Cyy_buffer_state
 Cyy_trans_info
 Cyyalloc
 CYYSTYPE