java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.codeobject.CodeObjectUnitUtil |
Utility routines for ICodeObjectUnit
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CodeObjectUnitUtil() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static List<ISymbolInformation> |
findAllSymbolsByName(ICodeObjectUnit unit, String name)
Get all symbols with given name
| ||||||||||
static List<ISymbolInformation> |
findAllSymbolsByRelativeAddress(ICodeObjectUnit unit, long rva)
Get all symbols for given relative virtual address.
| ||||||||||
static ISymbolInformation | findExportedSymbolByName(ICodeObjectUnit unit, String name) | ||||||||||
static ISymbolInformation | findImportedSymbolByName(ICodeObjectUnit unit, String name) | ||||||||||
static ISegmentInformation | findSectionByName(ICodeObjectUnit unit, String name) | ||||||||||
static ISegmentInformation |
findSectionByRelativeAddress(ICodeObjectUnit unit, long rva)
Find section covering the given relative virtual address.
| ||||||||||
static ISegmentInformation | findSegmentByName(ICodeObjectUnit unit, String name) | ||||||||||
static ISegmentInformation |
findSegmentByRelativeAddress(ICodeObjectUnit unit, long rva)
Get segments covering the given relative virtual address.
| ||||||||||
static ISymbolInformation |
findSymbolByName(ICodeObjectUnit unit, String name)
Get first symbol with given name
| ||||||||||
static INativeCodeUnit<?> |
getUniqueNativeCodeUnitChild(ICodeObjectUnit unit)
Get unique native code child if it exists, null otherwise.
| ||||||||||
static boolean | hasSymbolsAtRelativeAddress(ICodeObjectUnit unit, long rva) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get all symbols with given name
Get all symbols for given relative virtual address.
Find section covering the given relative virtual address.
Get segments covering the given relative virtual address.
Get first symbol with given name
Get unique native code child if it exists, null otherwise.