Monthly Archives: May 2005

Rewriting code after compilation

For a project at my work I needed to replace invocations of methods with my own code and still be able to call the original code in replacement. I couldn’t change the source directly as I wanted the code to … Continue reading

Posted in General, Uncategorized | Comments Off on Rewriting code after compilation