Hi

I'd like to add some functionality to a program for which I only have the binaries. It's a C++ program, probably MFC.

My question: is there some reasonably easy way to do this - that is, without the kind of code injection techniques commonly used for malicious code? I was thinking of a wrapper program that launches the target program and then modifies its menu and registers an event handler. Is this possible?

Thanks

Erik