RE: Custom Dashboard Buttons?
Mess Patch edits the EXE to add the buttons manually, Plus! uses a (legal) memory-patching technique, which injects the button dynamically. Probably the best way to do this is to hook the resource loading mechanism and edit the resource as it passes through your function.
|