Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.InstructionFlags
Packages that use InstructionFlags
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types used to create and access
gendec
's IR (Intermediate Representation).Types used to define and represent processors' instructions, operands, and registers.
-
Uses of InstructionFlags in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return InstructionFlagsModifier and TypeMethodDescriptionstatic InstructionFlags
Returns the enum constant of this class with the specified name.static InstructionFlags[]
InstructionFlags.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type InstructionFlagsModifier and TypeMethodDescriptionAddressableInstruction.getInstructionFlags()
IInstruction.getInstructionFlags()
-
Uses of InstructionFlags in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Method parameters in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with type arguments of type InstructionFlagsModifier and TypeMethodDescriptionvoid
IEUntranslatedInstruction.setInstructionFlags
(Collection<InstructionFlags> insnFlags) -
Uses of InstructionFlags in com.pnfsoftware.jeb.core.units.code.asm.processor
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor that return types with arguments of type InstructionFlags