Skip to content

Support selective instrumentation, by binary analysis (offline or online) #12

@stephenrkell

Description

@stephenrkell

Instead of trapping all syscalls, some binary analysis can reveal (to the non-paranoid) that a given syscall site only ever makes a given syscall. If we're not interested in instrumenting it, we can leave that site as-is. Analysis needs to determine a statically known value of %rax at the call site, assuming something about entry points.

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