Uses of Class
com.pnfsoftware.jeb.core.units.codeobject.ProcessorFamily
Packages that use ProcessorFamily
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of ProcessorFamily in com.pnfsoftware.jeb.core.units.codeobject
Fields in com.pnfsoftware.jeb.core.units.codeobject declared as ProcessorFamilyModifier and TypeFieldDescriptionstatic final ProcessorFamily
ProcessorFamily.ARM
static final ProcessorFamily
ProcessorFamily.AVR
static final ProcessorFamily
ProcessorFamily.MIPS
static final ProcessorFamily
ProcessorFamily.UNKNOWN
static final ProcessorFamily
ProcessorFamily.X86
Fields in com.pnfsoftware.jeb.core.units.codeobject with type parameters of type ProcessorFamilyModifier and TypeFieldDescriptionprotected static LinkedHashMap<String,
ProcessorFamily> ProcessorFamily.map
Methods in com.pnfsoftware.jeb.core.units.codeobject that return ProcessorFamilyModifier and TypeMethodDescriptionProcessorType.getFamily()
static ProcessorFamily
static ProcessorFamily
ProcessorFamily.valueOf
(int id) static ProcessorFamily
Methods in com.pnfsoftware.jeb.core.units.codeobject that return types with arguments of type ProcessorFamilyMethods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type ProcessorFamilyModifier and TypeMethodDescriptionstatic ProcessorType
ProcessorType.register
(int id, String name, ProcessorFamily family) Dynamically add a new processor type.Constructors in com.pnfsoftware.jeb.core.units.codeobject with parameters of type ProcessorFamilyModifierConstructorDescriptionprotected
ProcessorType
(int id, String name, ProcessorFamily family)