Package vmm
Interface IVmmPdb
public interface IVmmPdb
Interface representing debug symbols for a specific module.
- Author:
- Ulf Frisk - pcileech@frizk.net
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the module name of the PDB debug symbols.longgetSymbolAddress(String strSymbol) Retrieve the address of the given symbol.getSymbolName(long vaSymbolOrOffset) Retrieve the symbol name given symbol virtual address or offset.intgetTypeChildOffset(String strTypeName, String strChild) Retrieve the symbol type child offset.intgetTypeSize(String strTypeName) Retrieve a type size.
-
Method Details
-
getModuleName
String getModuleName()Retrieve the module name of the PDB debug symbols.- Returns:
-
getSymbolAddress
Retrieve the address of the given symbol.- Parameters:
strSymbol-- Returns:
-
getSymbolName
Retrieve the symbol name given symbol virtual address or offset.- Parameters:
vaSymbolOrOffset-- Returns:
-
getTypeChildOffset
Retrieve the symbol type child offset.- Parameters:
strTypeName-strChild-- Returns:
-
getTypeSize
Retrieve a type size.- Parameters:
strTypeName-- Returns:
-