Interface ShellcodeEncoderArchMap

interface ShellcodeEncoderArchMap {
    Descriptions: { [key: string]: string };
    Encoders: { [key: string]: ShellcodeEncoder };
}

Properties

Descriptions: { [key: string]: string }
Encoders: { [key: string]: ShellcodeEncoder }