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 5880702 commit 906c4a9Copy full SHA for 906c4a9
lib/msf/base/simple/buffer.rb
@@ -26,7 +26,7 @@ def self.transform(buf, fmt = "ruby", var_name = 'buf')
26
when 'num'
27
buf = Rex::Text.to_num(buf)
28
when 'hex'
29
- buf = Rex::Text.to_hex(buf, '') << "\n"
+ buf = Rex::Text.to_hex(buf, '') + "\n"
30
when 'dword', 'dw'
31
buf = Rex::Text.to_dword(buf)
32
when 'python', 'py'
0 commit comments