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 401d3eb commit aa711cbCopy full SHA for aa711cb
lib/rex/post/meterpreter/ui/console/command_dispatcher/winpmem.rb
@@ -63,7 +63,7 @@ def cmd_dump_ram(*args)
63
buffer_size = 2 ** 17
64
bytes_read = 0
65
next_message_byte = memory_size / 10
66
- print_good("memory_size #{memory_size}")
+ print_good("Dumping #{memory_size} bytes (press Ctrl-C to abort)")
67
begin
68
data = channel.read(buffer_size)
69
until channel.eof || data.nil?
0 commit comments