C# Class inVtero.net.Specialties.VMWare

Inheritance: AMemoryRunDetector, IMemAwareChecking
Show file Open project: ShaneK2/inVtero.net Class Usage Examples

Public Methods

Method Description
IsSupportedFormat ( Vtero vtero ) : bool

OK need to double check later but even though there are 64 bits available in the field only 32bits are seemingly being used. Otherwise the values have to be interpreted as physical addresses and not page numbers.

VMWare ( ) : System
VMWare ( string VMEM ) : System

INPUT IS VMEM MATCHING VMSS OR VMSN MUST BE IN SAME FOLDER

VMWare ( string VMEM, string vDeviceState ) : System

A more precise constructor (i.e. you do the work:)

Method Details

IsSupportedFormat() public method

OK need to double check later but even though there are 64 bits available in the field only 32bits are seemingly being used. Otherwise the values have to be interpreted as physical addresses and not page numbers.
public IsSupportedFormat ( Vtero vtero ) : bool
vtero Vtero
return bool

VMWare() public method

public VMWare ( ) : System
return System

VMWare() public method

INPUT IS VMEM MATCHING VMSS OR VMSN MUST BE IN SAME FOLDER
public VMWare ( string VMEM ) : System
VMEM string The path to the virtual machine MEMORY
return System

VMWare() public method

A more precise constructor (i.e. you do the work:)
public VMWare ( string VMEM, string vDeviceState ) : System
VMEM string Virtual Machine memory
vDeviceState string The path to the virtual machine save state data
return System