Interface InvokeGetSystemReq

InvokeGetSystemReq - Implant-side version of GetSystemReq, this message contains the .Data based on the client's req.Config

interface InvokeGetSystemReq {
    Data: Buffer;
    HostingProcess: string;
    Request?: commonpb.Request;
}

Properties

Data: Buffer
HostingProcess: string
Request?: commonpb.Request