Skip to content

Add an option to let midhook call original first instead of calling hook code first #37

@Nukoooo

Description

@Nukoooo

Example:

mov     rcx, [rax+330h]
mov     edx, 8003h

Let's say I want to get the rcx register address, with the current implementation, I need to hook mov edx, 8003h to get rcx address, which is not that intuitive to me. If there is an option to make it call original first, then I just hook mov rcx, [rax+330h] and grab the address

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