java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.Module |
Definition of a library module (i.e. an object file)
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Module | createKnownModule(ModuleId id, long begin, long end) | ||||||||||
static Module | createKnownModule(ModuleId id) | ||||||||||
static Module | createUnknownModule() | ||||||||||
boolean | equals(Object obj) | ||||||||||
Long |
getBegin()
Get the address where the segment starts.
| ||||||||||
Long |
getEnd()
Get the address where the segment ends (exclusive).
| ||||||||||
ModuleId | getId() | ||||||||||
String | getName() | ||||||||||
int | hashCode() | ||||||||||
boolean | isUnknown() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.util.collect.ISegment
|
Get the address where the segment starts.
Get the address where the segment ends (exclusive).