static class ELFAnalyser.ELFSectionHeaderEntry extends Object
Constructor | Description |
---|---|
ELFSectionHeaderEntry(boolean _64bit,
ByteBuffer sectionHeaderData) |
Modifier and Type | Method | Description |
---|---|---|
int |
getFlags() |
|
String |
getName() |
|
int |
getNameOffset() |
|
int |
getOffset() |
|
int |
getSize() |
|
int |
getType() |
|
void |
setName(String name) |
|
String |
toString() |
public ELFSectionHeaderEntry(boolean _64bit, ByteBuffer sectionHeaderData)