Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.FunctionOptype
Packages that use FunctionOptype
Package
Description
This package and its sub-packages contain the types used to access
gendec, JEB's generic
decompiler.Types used to create and access
gendec's IR (Intermediate Representation).-
Uses of FunctionOptype in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return FunctionOptypeModifier and TypeMethodDescriptionIEGlobalContext.createFunctionType(String name, int flags, int opndCount, int resultBitsize) Create a new function operation type.IEGlobalContext.getFunctionType(String name) Retrieve a function operation type by name.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type FunctionOptypeModifier and TypeMethodDescriptionIEGlobalContext.createOperation(FunctionOptype functionOptype, IEGeneric... opnds) Create a function operation expression.IERoutineContext.createOperation(FunctionOptype functionOptype, IEGeneric... opnds) -
Uses of FunctionOptype in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return FunctionOptypeModifier and TypeMethodDescriptionIEOperation.getCustomOperationType()Retrieve the custom operation type, if the operation iscustom.