Interface ExecuteAssemblyReq

interface ExecuteAssemblyReq {
    AmsiBypass: boolean;
    AppDomain: string;
    Arch: string;
    Arguments: string[];
    Assembly: Buffer;
    ClassName: string;
    EtwBypass: boolean;
    InProcess: boolean;
    IsDLL: boolean;
    Method: string;
    PPid: number;
    Process: string;
    ProcessArgs: string[];
    Request?: commonpb.Request;
    Runtime: string;
}

Properties

AmsiBypass: boolean
AppDomain: string
Arch: string
Arguments: string[]
Assembly: Buffer
ClassName: string
EtwBypass: boolean
InProcess: boolean

In process specific fields

IsDLL: boolean
Method: string
PPid: number
Process: string
ProcessArgs: string[]
Request?: commonpb.Request
Runtime: string