Class Module
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.Module
Definition of a library module (i.e. an object file)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Modulestatic ModulecreateKnownModule(ModuleId id, long begin, long end) static ModulebooleangetBegin()Get the address where the segment starts.getEnd()Get the address where the segment ends (exclusive).getId()getName()inthashCode()booleantoString()
-
Method Details
-
getBegin
Description copied from interface:ISegmentGet the address where the segment starts. -
getEnd
Description copied from interface:ISegmentGet the address where the segment ends (exclusive). -
createKnownModule
-
createKnownModule
-
createUnknownModule
-
isUnknown
public boolean isUnknown() -
getName
-
getId
-
hashCode
public int hashCode() -
equals
-
toString
-