C# Class ELFSharp.MachO.SymbolTable

Inheritance: Command
Afficher le fichier Open project: antmicro/elfsharp

Méthodes publiques

Méthode Description
SymbolTable ( BinaryReader reader, Func streamProvider, bool is64 ) : System

Private Methods

Méthode Description
ReadStringFromOffset ( Stream stream, int offset ) : string
ReadSymbols ( ) : void

Method Details

SymbolTable() public méthode

public SymbolTable ( BinaryReader reader, Func streamProvider, bool is64 ) : System
reader System.IO.BinaryReader
streamProvider Func
is64 bool
Résultat System