mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
1. Updated win-registry to be able to read REG_EXPAND_SZ types
2. Updated service-manager to support UTF8 on Windows
This commit is contained in:
@@ -126,6 +126,7 @@ function windows_registry()
|
||||
retVal = data.toBuffer().readUInt32BE();
|
||||
break;
|
||||
case KEY_DATA_TYPES.REG_SZ:
|
||||
case KEY_DATA_TYPES.REG_EXPAND_SZ:
|
||||
retVal = data.Wide2UTF8;
|
||||
break;
|
||||
case KEY_DATA_TYPES.REG_BINARY:
|
||||
|
||||
Reference in New Issue
Block a user