Interface InvokeInProcExecuteAssemblyReq

interface InvokeInProcExecuteAssemblyReq {
    AmsiBypass: boolean;
    Arguments: string[];
    Data: Buffer;
    EtwBypass: boolean;
    Request?: commonpb.Request;
    Runtime: string;
}

Properties

AmsiBypass: boolean
Arguments: string[]
Data: Buffer
EtwBypass: boolean
Request?: commonpb.Request
Runtime: string