Interface ShellcodeRDIReq

interface ShellcodeRDIReq {
    Arguments: string;
    Data: Buffer;
    FunctionName: string;
}

Properties

Arguments: string
Data: Buffer
FunctionName: string