Uses of Annotation Interface
com.pnfsoftware.jeb.util.serialization.annotations.SerId
Packages that use SerId
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Control flow graph classes used by the Android components, including
dexdec
.Types relating to the disassembler engine.
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Types used to define and represent processors' instructions, operands, and registers.
Basic utility types, used by other utility code.
-
Uses of SerId in com.pnfsoftware.jeb.core.units
Fields in com.pnfsoftware.jeb.core.units with annotations of type SerId -
Uses of SerId in com.pnfsoftware.jeb.core.units.code
Fields in com.pnfsoftware.jeb.core.units.code with annotations of type SerId -
Uses of SerId in com.pnfsoftware.jeb.core.units.code.android.controlflow
Fields in com.pnfsoftware.jeb.core.units.code.android.controlflow with annotations of type SerIdModifier and TypeFieldDescriptionBasicBlockBuilder.dst_offsets
BasicBlockBuilder.insns
BasicBlockBuilder.irrdst_offsets
-
Uses of SerId in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Fields in com.pnfsoftware.jeb.core.units.code.asm.analyzer with annotations of type SerIdModifier and TypeFieldDescriptionprotected INativeCodeAnalyzer<InsnType>
AbstractAnalyzerExtension.gca
-
Uses of SerId in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Fields in com.pnfsoftware.jeb.core.units.code.asm.decompiler with annotations of type SerIdModifier and TypeFieldDescriptionboolean
DecompilerOptions.astFriendlyNames
int
DecompilerOptions.astOptMaxRunCount
boolean
DecompilerOptions.astReplaceConstantsByWellKnownLiterals
int
DecompilerOptions.decryptorSupport
protected boolean
AbstractConverter.doNotGenerateNops
boolean
DecompilerOptions.enableDeobfuscators
boolean
DecompilerOptions.enableExternalPlugins
boolean
DecompilerOptions.enableUnsafeOptimizers
protected IEGlobalContext
AbstractConverter.gCtx
boolean
DecompilerOptions.irOptAggrDisabled
int
DecompilerOptions.irOptMaxRunCount
DecompilerOptions.listOfDisabledExternalPlugins
int
DecompilerOptions.memoryResolutionPolicy
protected int
AbstractConverter.methodConversionCountFailure
protected int
AbstractConverter.methodConversionCountSuccess
long
DecompilerOptions.methodDecompTimeout
protected INativeContext
AbstractConverter.nctx
protected IProcessor<InsnType>
AbstractConverter.proc
int
DecompilerOptions.reconversionMaxCount
protected int
AbstractConverter.regNormalBitsize
int
DecompilerOptions.structurerUseVersion
boolean
DecompilerOptions.useSSAForm
-
Uses of SerId in com.pnfsoftware.jeb.core.units.code.asm.processor
Fields in com.pnfsoftware.jeb.core.units.code.asm.processor with annotations of type SerIdModifier and TypeFieldDescriptionprotected int
AbstractProcessor.defaultMode
protected int
AbstractProcessor.mode
protected T[]
AbstractInstruction.operands
protected int
AbstractInstruction.processorMode
protected int
AbstractInstructionOperandGeneric.size
protected Collection<Integer>
AbstractProcessor.supportedModes
protected Collection<ProcessorVariant>
AbstractProcessor.supportedVariants
protected int
AbstractInstructionOperandGeneric.type
protected long
AbstractInstructionOperandGeneric.value
protected ProcessorVariant
AbstractProcessor.variant
-
Uses of SerId in com.pnfsoftware.jeb.util.base
Fields in com.pnfsoftware.jeb.util.base with annotations of type SerId