|
-
Sep 10th, 2008, 02:54 PM
#1
Thread Starter
New Member
Creating an Application to change Data in a Hex editor
I need to creat an application that will change the data in a hex editor, can anybody help please thanks.
-
Sep 11th, 2008, 06:28 AM
#2
Re: Creating an Application to change Data in a Hex editor
Welcome to the forums. 
What programming language will you be using (or want to use?)
-
Sep 11th, 2008, 10:10 AM
#3
Thread Starter
New Member
Re: Creating an Application to change Data in a Hex editor
Hey thanks,
I will be using Visual Basic Thanks
-
Sep 12th, 2008, 06:38 AM
#4
Re: Creating an Application to change Data in a Hex editor
In 2008, simply saying Visual Basic is not enough information.
VB6 or VB.NET?
If VB.NET, what version?
-
Sep 12th, 2008, 12:54 PM
#5
Thread Starter
New Member
Re: Creating an Application to change Data in a Hex editor
It says Microsoft Visual Sutdio 2008 Version 9.0.30729. 1 SP
-
Sep 12th, 2008, 08:23 PM
#6
Re: Creating an Application to change Data in a Hex editor
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|