You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: