Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions.EvaluationException
Packages that use EvaluationException
Package
Description
Types used to create and access
gendec
's IR (Intermediate Representation).IR emulator facility.
-
Uses of EvaluationException in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that throw EvaluationExceptionModifier and TypeMethodDescriptionEvaluate the IRE.long
IEGeneric.evaluateAddress
(EState state) Evaluate the IRE as a 64-bit address.long
IEGeneric.evaluateUnsignedLong
(EState state) Evaluate the IRE as an unsigned long value. -
Uses of EvaluationException in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator that throw EvaluationException