Skip to content

instruction hooking is very architecture and instruction specific #7

@lunixbochs

Description

@lunixbochs

Right now, three x86 instruction types are hookable (IN, OUT, SYSCALL). Each has their own callback type. This could make the API both huge and very architecture-specific if we added support for hooking very many more instructions.

I think the interface could be nicer if callback types simply had some number of (u?)int64 arguments and there was an easy way for bindings to figure out which callback type to use.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions