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 TypeMethodDescriptionlongIEConverter.getNativeRegisterIdFromRegisterVariable(IEVar regVar) longIEConverter.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 TypeClassDescriptionclassIRevaluationexception.classThe conversion to IR is illegal.classIR construct error.classGeneric exception for native code to IR conversion problems.classThe conversion to IR is unsupported.classReserved for IR to "other" conversion errors.