We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c71ae7 commit 0440e19Copy full SHA for 0440e19
lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb
@@ -382,6 +382,7 @@ def self.key2str(key)
382
#
383
def self.type2str(type)
384
return REG_SZ if (type == 'REG_SZ')
385
+ return REG_MULTI_SZ if (type == 'REG_MULTI_SZ')
386
return REG_DWORD if (type == 'REG_DWORD')
387
return REG_BINARY if (type == 'REG_BINARY')
388
return REG_EXPAND_SZ if (type == 'REG_EXPAND_SZ')
0 commit comments