PDA

View Full Version : Rewrite MSIL code on the fly


u!x
12-27-2006, 10:52 AM
A Very intresting article. My know how is limited but from what my retarded mind could make out this may be usefull for on the fly RE of .net applications

The article on msn (http://msdn.microsoft.com/msdnmag/issues/03/09/NETProfilingAPI/#S2)

:D

Regards, u!x.

LibX
02-08-2007, 06:57 AM
Hi,

I would recommend using a library like Mono.Cecil todo reversing since with a profiler like this its very well possible to patch at runtime but profiling a application makes it run mutch slower then normal, iam using Mono Cecil is a few projects myself i think its the best lib u can get at this moment and it also handles obfuscated assemblys (far from good but already mutch better then other library's)

Regards,
LibX