Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PeNet
ImpHash
OrdinalSymbolMapping
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.
Mostra file
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