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