Posted January 19, 201510 yr HI.For example: I have a program for the source code like so..... if ( str == " Hello World"){MessageBox.Show (" Welcome ") ; } To if ( str == " Hello World"){ MessageBox.Show (" Merci ") ; } How do I modify it with programming...
January 19, 201510 yr You can modify it by hand using SimpleAssemblyExplorer. You can modify it with Mono.Cecil in C#/VB
Create an account or sign in to comment