ElfMap Class Fling OS
Used to access data from the .map file generated by Cygwin\ObjDump.exe
Inheritance Hierarchy

System Object
  Kernel.Debug.Data ElfMap

Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class ElfMap

The ElfMap type exposes the following members.

Constructors

  NameDescription
Public methodElfMap
Initialises a new elf map and opens the specified map file.
Top
Methods

  NameDescription
Public methodContainsExactAddress
Determines whether the map contains exactly the specified address
Public methodGetAddress
gets the address of the specified label or returns UInt.MaxValue if label not found.
Public methodGetNearestLabels
Gets the labels that are at or the nearest before the specified address.
Private methodReadFile
Reads the specified file as an elf map file.
Top
Fields

  NameDescription
Private fieldMap
The underlying map dictionary that maps addresses to labels
Private fieldminAddress
The minimum loaded address. Used in nearest label searching to reduce search time.
Top
See Also