Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.Func
Packages that use Func
Package
Description
Types for "code-less" signatures.
-
Uses of Func in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless that return FuncModifier and TypeMethodDescriptionstatic FuncFunc.createFrom(String rtnName, ModuleId moduleId) static FuncFunc.createUnknownFrom(String rtnName) Func.getTrampolineTarget()Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless that return types with arguments of type FuncModifier and TypeMethodDescriptionMatchingState.getIdentifiedRoutines()MatchingState.getIdentifiedRoutines()MatchingState.getNonIdentifiableRoutines()Constraint.getPossibleFuncs()MatchingState.getRoutinesConstraints()Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with parameters of type FuncModifier and TypeMethodDescriptionvoidMatchingState.addConstraint(Func targetFunc, Constraint constraint) voidFunc.setTrampolineTarget(Func trampolineTarget) Method parameters in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with type arguments of type FuncModifier and TypeMethodDescriptionvoidMatchingState.setIdentifiedRoutines(BiMap<Func, Func> identifiedRoutines) voidMatchingState.setIdentifiedRoutines(BiMap<Func, Func> identifiedRoutines) voidMatchingState.setNonIdentifiableRoutines(Set<Func> nonIdentifiableRoutines) voidConstraint.setPossibleFuncs(Set<Func> possibleFuncs) voidMatchingState.setRoutinesConstraints(Map<Func, List<Constraint>> routinesConstraints) Constructor parameters in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with type arguments of type Func