-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
area: hookingIssues related to the function hooking APIs.Issues related to the function hooking APIs.area: samplesIssues related to the sample projects.Issues related to the sample projects.state: approvedEnhancements and tasks that have been approved.Enhancements and tasks that have been approved.
Milestone
Description
- Such a hook should receive a pointer to a machine context containing all register values from the target function at the point the hook is called.
- The hook should be able to modify the context before returning and have those modifications flow to the remainder of the target function.
- The user should be able to specify which registers (GPR, XMM/YMM/ZMM, ...) are captured/flowed to reduce the performance impact.
- The hook should use the hook gate infrastructure.
I think all of this should be technically feasible. Probably...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: hookingIssues related to the function hooking APIs.Issues related to the function hooking APIs.area: samplesIssues related to the sample projects.Issues related to the sample projects.state: approvedEnhancements and tasks that have been approved.Enhancements and tasks that have been approved.