Module: Rex::Post::Meterpreter::Extensions::Winpmem

Defined in:
lib/rex/post/meterpreter/extensions/winpmem/tlv.rb,
lib/rex/post/meterpreter/extensions/winpmem/winpmem.rb,
lib/rex/post/meterpreter/extensions/winpmem/command_ids.rb

Defined Under Namespace

Classes: Winpmem

Constant Summary collapse

TLV_TYPE_WINPMEM_ERROR_CODE =
TLV_META_TYPE_UINT | (TLV_EXTENSIONS + 1)
TLV_TYPE_WINPMEM_MEMORY_SIZE =
TLV_META_TYPE_QWORD | (TLV_EXTENSIONS + 2)
EXTENSION_ID_WINPMEM =

ID for the extension (needs to be a multiple of 1000)

7000
COMMAND_ID_WINPMEM_DUMP_RAM =

Associated command ids

EXTENSION_ID_WINPMEM + 1