Skip to content

Commit 0440e19

Browse files
committed
Add REG_MULTI_SZ
1 parent 6c71ae7 commit 0440e19

File tree

1 file changed

+1
-0
lines changed
  • lib/rex/post/meterpreter/extensions/stdapi/sys

1 file changed

+1
-0
lines changed

lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ def self.key2str(key)
382382
#
383383
def self.type2str(type)
384384
return REG_SZ if (type == 'REG_SZ')
385+
return REG_MULTI_SZ if (type == 'REG_MULTI_SZ')
385386
return REG_DWORD if (type == 'REG_DWORD')
386387
return REG_BINARY if (type == 'REG_BINARY')
387388
return REG_EXPAND_SZ if (type == 'REG_EXPAND_SZ')

0 commit comments

Comments
 (0)