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 ModuleModule.createKnownModule(ModuleId id) static ModuleModule.createKnownModule(ModuleId id, long begin, long end) static ModuleModule.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 TypeMethodDescriptionvoidMatchingState.setTargetModules(Map<ModuleId, Module> targetModules) voidMatchingState.setTargetModulesMapping(SegmentMap<Long, Module> targetModulesMapping)