I need to creat an application that will change the data in a hex editor, can anybody help please thanks.
Printable View
I need to creat an application that will change the data in a hex editor, can anybody help please thanks.
Welcome to the forums. :wave:
What programming language will you be using (or want to use?)
Hey thanks,
I will be using Visual Basic Thanks
In 2008, simply saying Visual Basic is not enough information.
VB6 or VB.NET?
If VB.NET, what version?
It says Microsoft Visual Sutdio 2008 Version 9.0.30729. 1 SP
You'll need to use a file stream, read the data in as Byte[] then do a conversion to Hex and display. From there you transform the hex back into binary.