interface SideloadReq {
    Args: string[];
    Data: Buffer;
    EntryPoint: string;
    isDLL: boolean;
    isUnicode: boolean;
    Kill: boolean;
    PPid: number;
    ProcessArgs: string[];
    ProcessName: string;
    Request?: commonpb.Request;
}

Properties

Args: string[]
Data: Buffer
EntryPoint: string
isDLL: boolean
isUnicode: boolean
Kill: boolean
PPid: number
ProcessArgs: string[]
ProcessName: string
Request?: commonpb.Request