inspect_get_windows_system_hive


Description:

[ Version ( since = "1.35.26" ) ]
public string inspect_get_windows_system_hive (string root) throws Error

get the path of the Windows system hive

This returns the path to the hive (binary Windows Registry file) corresponding to HKLM\SYSTEM.

This call assumes that the guest is Windows and that the guest has a system hive file with the right name. If this is not the case then an error is returned. This call does not check that the hive is a valid Windows Registry hive.

You can use hivex_open to read or write to the hive.

Please read "INSPECTION" in guestfs(3) for more details.

Parameters:

this

A GuestfsSession object

Returns:

the returned string, or NULL on error