Interface ShellcodeEncoderArchMap_EncodersEntry

interface ShellcodeEncoderArchMap_EncodersEntry {
    key: string;
    value: ShellcodeEncoder;
}

Properties

Properties

key: string