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 Module
static Module
createKnownModule
(ModuleId id, long begin, long end) static Module
boolean
getBegin()
Get the address where the segment starts.getEnd()
Get the address where the segment ends (exclusive).getId()
getName()
int
hashCode()
boolean
toString()
-
Method Details
-
getBegin
Description copied from interface:ISegment
Get the address where the segment starts. -
getEnd
Description copied from interface:ISegment
Get the address where the segment ends (exclusive). -
createKnownModule
-
createKnownModule
-
createUnknownModule
-
isUnknown
public boolean isUnknown() -
getName
-
getId
-
hashCode
public int hashCode() -
equals
-
toString
-