C# Class ELFSharp.MachO.SymbolTable

Inheritance: Command
Show file Open project: antmicro/elfsharp

Public Methods

Method Description
SymbolTable ( BinaryReader reader, Func streamProvider, bool is64 ) : System

Private Methods

Method Description
ReadStringFromOffset ( Stream stream, int offset ) : string
ReadSymbols ( ) : void

Method Details

SymbolTable() public method

public SymbolTable ( BinaryReader reader, Func streamProvider, bool is64 ) : System
reader System.IO.BinaryReader
streamProvider Func
is64 bool
return System