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 906c4a9 commit 1d2fc98Copy full SHA for 1d2fc98
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, '')
30
when 'dword', 'dw'
31
buf = Rex::Text.to_dword(buf)
32
when 'python', 'py'
0 commit comments