Saturday, 31 August 2013

Change the hex code in c # exe

Change the hex code in c # exe

How can I change the image with C # as the hex codes
http://prntscr.com/1oiw50
byte [] byt = File.ReadAllBytes ("D: \ \ a.exe");
SoapHexBinary hex = new String (byt). ToString (). Replace ("504B0304",
"424C0304");
File.WriteAllBytes ("D: \ \ b.exe", new SoapHexBinary (hex). Value);
Exe does not work this way, but I'm trying.

No comments:

Post a Comment