As usual I have become distracted with some new interesting thing. This week it’s been DLL Injection, which I’ve been using to try and create a souped up version of MSPaint.
Basically I made a DLL, and used SetWindowsHook (Ex) to get into the process of MSPaint, where I then Subclassed the main window, so I could intercept messages from my new buttons which I’ve add to the menu.
So far the only thing I’ve added thats of any use is a keyboard shortcut for invert selection ( now ctrl-shift-I ). I have a plan to add layers, through some copy paste manipulation maybe.
On another note, I saw a squirrel today, and multiple snakes.