Results 1 to 6 of 6

Thread: Creating an Application to change Data in a Hex editor

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2008
    Posts
    3

    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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?)

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2008
    Posts
    3

    Re: Creating an Application to change Data in a Hex editor

    Hey thanks,

    I will be using Visual Basic Thanks

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  5. #5

    Thread Starter
    New Member
    Join Date
    Sep 2008
    Posts
    3

    Re: Creating an Application to change Data in a Hex editor

    It says Microsoft Visual Sutdio 2008 Version 9.0.30729. 1 SP

  6. #6
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width