hakouabs Posted January 19, 2015 Posted January 19, 2015 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...
XenocodeRCE Posted January 19, 2015 Posted January 19, 2015 You can modify it by hand using SimpleAssemblyExplorer. You can modify it with Mono.Cecil in C#/VB 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now