How to inject code into .net assemblies ?
-
Hi i want to inject code into .net assemblies. for this, i found some useful tools such as Reflexil that can some changes to an assemblies limited, but u can not add more class or change an existing properties of that assemblies. Is there any better tool or way to accomplish this ? thanks
-
Hi i want to inject code into .net assemblies. for this, i found some useful tools such as Reflexil that can some changes to an assemblies limited, but u can not add more class or change an existing properties of that assemblies. Is there any better tool or way to accomplish this ? thanks
What is your intent? I am asking you since you have went to extremes like Reflexil.
http://vivekragunathan.spaces.live.com
Programming is an art. Code is a poem
-
What is your intent? I am asking you since you have went to extremes like Reflexil.
http://vivekragunathan.spaces.live.com
Programming is an art. Code is a poem
-
i want to analysis some our applications and it's security leveles. i don't want to make virus, .... it's only for testing. if u can't help me, plz don't post
Cool down, Use your energy to solve the problem. Try Mono Cecil. You can edit IL, add\remove functionality and do more.
http://vivekragunathan.spaces.live.com
Programming is an art. Code is a poem