Click to See Complete Forum and Search --> : Creating an Application to change Data in a Hex editor
lewis1231
Sep 10th, 2008, 02:54 PM
I need to creat an application that will change the data in a hex editor, can anybody help please thanks.
Hack
Sep 11th, 2008, 06:28 AM
Welcome to the forums. :wave:
What programming language will you be using (or want to use?)
lewis1231
Sep 11th, 2008, 10:10 AM
Hey thanks,
I will be using Visual Basic Thanks
Hack
Sep 12th, 2008, 06:38 AM
In 2008, simply saying Visual Basic is not enough information.
VB6 or VB.NET?
If VB.NET, what version?
lewis1231
Sep 12th, 2008, 12:54 PM
It says Microsoft Visual Sutdio 2008 Version 9.0.30729. 1 SP
Kasracer
Sep 12th, 2008, 08:23 PM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.