Results 1 to 3 of 3

Thread: help with hex editons....

  1. #1

    Question help with hex editons....

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


    hey guys....someone know something about hex edit
    all the information, is welcome ... I am new in this area..


    thank you all of you guys....

    att:elfc

    "muchas gracias amigos"
    I am free of all prejucies. I hate everyone equally. --------w.c. fields---

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Posts
    111
    hello
    prove in this way

    open visual c++
    open a exe file as type binary
    and learn from the results

    in the left you have the offset
    in center the hex and then the binary data

    be carefull

    bye
    If God had intended
    Man to program,
    we would be born
    with serial I/O ports.

  3. #3
    Junior Member
    Join Date
    Oct 2001
    Posts
    25

    Hex editors...

    Hex editors are just very generalised editors which can edit any kind of file. This you probably already know. They let you change the values in any location in any type of file to whatever you want them to be. They can be dangerous if you don't know enough about the file you're editing - but of course, the simple solution is to play with files that are not critically important (for example, if you're poking around in a program on your system, make a copy of the file that you can safely play with rather than risking the original).

    Good hex editors are all over the place. You get a few free with Linux. If you're looking for a free or shareware one, just have a look around on:

    http://download.cnet.com/
    http://www.freshmeat.net/

    There should be quite a bit of useful information on the 'web about them, too, if you want more detail; just do a web search. Bear in mind, though, that what you're looking for is probably not information about hex editors, but information about the formats of the files you're editing with your hex editor. If you need information about the editor itself, check its manual. If you need information about the file format...well, this depends, but you can probably get a lot of that sort of thing from the 'web.

    - Freon
    NightKingdoms Progressive
    http://www.nightkingdoms.net/
    \"Circumventing the limitations of technology\"

Posting Permissions

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