Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.Module
Packages that use Module
Package
Description
Types for "code-less" signatures.
-
Uses of Module in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless that return ModuleModifier and TypeMethodDescriptionstatic Module
Module.createKnownModule
(ModuleId id) static Module
Module.createKnownModule
(ModuleId id, long begin, long end) static Module
Module.createUnknownModule()
MatchingState.getModuleAt
(long address) Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless that return types with arguments of type ModuleModifier and TypeMethodDescriptionMatchingState.getTargetModules()
MatchingState.getTargetModulesMapping()
Method parameters in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with type arguments of type ModuleModifier and TypeMethodDescriptionvoid
MatchingState.setTargetModules
(Map<ModuleId, Module> targetModules) void
MatchingState.setTargetModulesMapping
(SegmentMap<Long, Module> targetModulesMapping)