C# Class inVtero.net.Specialties.VMWare

Inheritance: AMemoryRunDetector, IMemAwareChecking
Afficher le fichier Open project: ShaneK2/inVtero.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

VMWare() public méthode

public VMWare ( ) : System
Résultat System

VMWare() public méthode

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
Résultat System

VMWare() public méthode

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
Résultat System