Uses of Interface
com.pnfsoftware.jeb.core.IUnitContribution
Packages that use IUnitContribution
Package
Description
Core back-end APIs used to bootstrap JEB, manage engines contexts and projects, and describe
plugins, artifacts, and related metadata.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
This package and sub-packages contain types used by the native code analysis pipeline, including
gendec (the generic decompiler).Standard implementations of basic units objects.
-
Uses of IUnitContribution in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return types with arguments of type IUnitContributionModifier and TypeMethodDescriptionstatic List<IUnitContribution> RuntimeProjectUtil.findUnitContributions(IRuntimeProject prj, IUnit target) Retrieve a list of contributions (defined within a given project) for a target unit. -
Uses of IUnitContribution in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return types with arguments of type IUnitContributionModifier and TypeMethodDescriptionAbstractUnit.getContributions()IUnit.getContributions()Get the list of contributions attached to the unit. -
Uses of IUnitContribution in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return types with arguments of type IUnitContributionModifier and TypeMethodDescriptiondefault Collection<IUnitContribution> INativeDisassemblerPlugin.createContributions(INativeCodeUnit<InsnType> codeUnit) Create optional unit contributions for a native code unit. -
Uses of IUnitContribution in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return types with arguments of type IUnitContribution