Really nice idea ZT to manage custom hooks :claps: .
Just a suggestion if u like.
Basically a coder requires 3 things :-
1> To add more code in files
2> To remove existing code
3> To replace existing code
Your hack manages the 1st point very well but most of the mods cant work without 2&3.
If along with custom hooks, you could add custom comments like
/* Zero Tolerance comment
######Existing code here ########
Zero Tolerance comment */
Custom commenting will help remove the existing code.Also to replace the code, a custom hook(with the replaced code) can be placed just above or below the custom comments. Also you can keep track of custom hooks+comments together by parsing the file or just storing the line numbers.
Although this all can be done manually but it will be a more organised approach to manage it with your hack instead of going through file and doing ctrl+f.
More functionalities can be added to it like cleanup file which can remove all custom comments and hook for debugging etc.
Just my thought on the fly