Skip to content

Obtain #24

@mohabsymaro

Description

@mohabsymaro
{
    "rpcid": 1,
    "rpcstatus": 1,
    "rpchandle": 1, // optional field
    "protos": [
        {
            "method": 1,
            "request": "<b64 encoded string>", // <--- How do we obtain this?
            "response": "<b64 encoded string>" // <--- How do we obtain this?
        },
        {
            "method": 106,
            "request": "",
            "response": ""
        }
    ]
}

What are the functions that should be hooked with frida to obtain request and response?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions