Skip to content

feat: decouple current hook implementations #13

@gottyduke

Description

@gottyduke

Current hook implementations are all designated to specific tasks, and there're reasonably fair amount of duplicate code. I've somewhat remedied that by separating small internal functions to use, but the major ones like AddASMPatch, AddCaveHook are narrowly specialized.

The feature would be to fully modularize each step and transform the current API into the form of composition instead of specialization. This would also expose the bespoke "modularized functions" to developers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions