C# Class PeNet.ImpHash.OrdinalSymbolMapping

This class is used by the ImportHash implementation to lookup some names for functions where only an ordinal is given. This is the case in the original ImportHash implementation so we do the same here.
Mostrar archivo Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
Lookup ( Modul module, uint ordinal ) : string

Method Details

Lookup() public static method

public static Lookup ( Modul module, uint ordinal ) : string
module Modul
ordinal uint
return string