Skip to content

[feat] support passing multiple addresses to function_data #148

@k4lizen

Description

@k4lizen

In the pwndbg integration code, I ask for function data in all the live stack frames in the current thread, so I can annotate stack addresses from higher function calls properly as well (https://github.com/pwndbg/pwndbg/blob/738dfb763840f1ac0353fb66f5db78a4c46cf9bc/pwndbg/integration/__init__.py#L850-L860). Currently this implies multiple RPC calls. It would be significantly nicer if I could batch all those requests into RPC calls and shave off the performance overhead.

related: pwndbg/pwndbg#3553

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