Uses of Interface
com.pnfsoftware.jeb.core.ILiveArtifact
Packages that use ILiveArtifact
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
-
Uses of ILiveArtifact in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return ILiveArtifactModifier and TypeMethodDescriptionIRuntimeProject.getLiveArtifact(int index) Retrieve a live artifact by index.IRuntimeProject.processArtifact(IArtifact artifact) Process an artifact into this project.IRuntimeProject.processArtifact(IArtifact artifact, String wantedType, boolean softDelegation, boolean doNotProcessUnit) Process an artifact into this project.IRuntimeProject.processArtifact(File file) Process a file artifact into this project.Methods in com.pnfsoftware.jeb.core that return types with arguments of type ILiveArtifactModifier and TypeMethodDescriptionIRuntimeProject.getLiveArtifacts()Retrieve the list of artifacts managed by this project.Methods in com.pnfsoftware.jeb.core with parameters of type ILiveArtifactModifier and TypeMethodDescriptionstatic booleanRuntimeProjectUtil.destroyLiveArtifact(ILiveArtifact liveArtifact) Destroy a live Artifact and all its children.voidIRuntimeProject.finishArtifactProcessing(ILiveArtifact a) If the artifacts wereprocessedwithdoNoProcessUnitset to true, this method may be called afterward to finish processing to process all top-level units yielded by the artifact. -
Uses of ILiveArtifact in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units with parameters of type ILiveArtifactModifier and TypeMethodDescriptionUnitUtil.findDescendants(ILiveArtifact base, int level, String name, Class<T> c, boolean strict)