Hi everybody!
i m a new programmer in .Net Profiler and Visual C++,
i read many forums and weblogs for .Net Profiling and i have this question.
my Profiler application must be a unmanaged code or i can use some class in .Net in my application? and what type of project i must create ATL with MFC Or ..?
another question is how can i register my profiler dll file that every application of my computer use this profiler?
where the best situation for re-write IL of a method (Enter method of profiler or JITCompilationStarted)?
how can i get input variables of old method and send to new method?
how can i change IL of a property or whole of a class?
i want chane all datetime format of my dlls, and i think that i must search name of those method in JITCompilationStarted and then rewrite that methods,Do u have any better solution? thanks alot.