public static interface IBinaryParser.IBinaryObject extends IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
Modifier and Type | Method and Description |
---|---|
IAddressFactory |
getAddressFactory() |
long |
getBSS() |
String |
getCPU()
CPU name
|
long |
getData() |
String |
getName()
The name of the object
|
IBinaryParser.ISymbol |
getSymbol(IAddress addr)
Symbo at this address.
|
IBinaryParser.ISymbol[] |
getSymbols()
Symbols of the object
|
long |
getText() |
boolean |
hasDebug()
True if the binary contains debug information
|
boolean |
isLittleEndian()
The endian
|
getBinaryParser, getContents, getPath, getType
boolean hasDebug()
String getCPU()
long getText()
long getData()
long getBSS()
boolean isLittleEndian()
IBinaryParser.ISymbol[] getSymbols()
IBinaryParser.ISymbol getSymbol(IAddress addr)
addr
- String getName()
IAddressFactory getAddressFactory()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.