1# -*- coding: binary -*- 2module Rex 3module Post 4module Meterpreter 5module Extensions 6module Winpmem 7 8# ID for the extension (needs to be a multiple of 1000) 9EXTENSION_ID_WINPMEM = 7000 10 11# Associated command ids 12COMMAND_ID_WINPMEM_DUMP_RAM = EXTENSION_ID_WINPMEM + 1 13 14end 15end 16end 17end 18end 19 20