public class

CodeObjectUnitUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.codeobject.CodeObjectUnitUtil

Summary

Public Constructors
CodeObjectUnitUtil()
Public Methods
static ISymbolInformation findExportedSymbolByName(ICodeObjectUnit unit, String name)
static ISymbolInformation findImportedSymbolByName(ICodeObjectUnit unit, String name)
static ISegmentInformation findSectionByAddress(ICodeObjectUnit unit, long address)
static ISegmentInformation findSectionByName(ICodeObjectUnit unit, String name)
static ISegmentInformation findSegmentByAddress(ICodeObjectUnit unit, long address)
static ISegmentInformation findSegmentByName(ICodeObjectUnit unit, String name)
static ISymbolInformation findSymbolByName(ICodeObjectUnit unit, String name)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CodeObjectUnitUtil ()

Public Methods

public static ISymbolInformation findExportedSymbolByName (ICodeObjectUnit unit, String name)

public static ISymbolInformation findImportedSymbolByName (ICodeObjectUnit unit, String name)

public static ISegmentInformation findSectionByAddress (ICodeObjectUnit unit, long address)

public static ISegmentInformation findSectionByName (ICodeObjectUnit unit, String name)

public static ISegmentInformation findSegmentByAddress (ICodeObjectUnit unit, long address)

public static ISegmentInformation findSegmentByName (ICodeObjectUnit unit, String name)

public static ISymbolInformation findSymbolByName (ICodeObjectUnit unit, String name)