1# -*- coding: binary -*- 2module Rex 3module Post 4module Meterpreter 5module Extensions 6module Winpmem 7 8TLV_TYPE_WINPMEM_ERROR_CODE = TLV_META_TYPE_UINT | (TLV_EXTENSIONS + 1) 9TLV_TYPE_WINPMEM_MEMORY_SIZE = TLV_META_TYPE_QWORD | (TLV_EXTENSIONS + 2) 10 11end 12end 13end 14end 15end 16 17