Enum ImportedSymbolType
- Namespace
- AsmResolver.PE.Imports
- Assembly
- AsmResolver.PE.dll
Provides members describing the different types of symbols that can be imported into a PE.
public enum ImportedSymbolType
Fields
Data = 1
Indicates the imported symbol is referencing a global variable or other data symbol.
Function = 0
Indicates the imported symbol is referencing an external function or procedure.