Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions.DecompilerException
Packages that use DecompilerException
Package
Description
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Specific exception types that may be thrown by
gendec
components.-
Uses of DecompilerException in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that throw DecompilerExceptionModifier and TypeMethodDescriptionlong
IEConverter.getNativeRegisterIdFromRegisterVariable
(IEVar regVar) long
IEConverter.getNativeRegisterIdFromRegisterVariable
(IEVar regVar, boolean shortForm) Get the native platform register number or id (as defined in a register bank layout) corresponding to the providedIEVar
-register IR variable.IEConverter.getRegisterVariableFromNativeRegisterId
(long nativeRegId) IEConverter.getRegisterVariableFromNativeRegisterId
(long nativeRegId, ELocation loc) Get theIEVar
-register IR variable representing a native platform register number or id (as defined in a register bank layout). -
Uses of DecompilerException in com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions
Modifier and TypeClassDescriptionclass
IRevaluation
exception.class
The conversion to IR is illegal.class
IR construct error.class
Generic exception for native code to IR conversion problems.class
The conversion to IR is unsupported.class
Reserved for IR to "other" conversion errors.