+ Reply to Thread
Page 1 of 6 123 ... LastLast
Results 1 to 10 of 57

Thread: Simple Hex-Editing

  1. #1
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    100

    Simple Hex-Editing

    Introduction:-
    So many people think that programs like Resource Tuner and Resource Hacker are powerful, well they are cool but not so powerful, in some instances these are helpful but in other instances they are not! What if we have a program without any resources? Read this guide any edit it
    You might use this for example if you made a program and made a spelling mistake and perhaps you lost the source or so! well it's a funny thing to do! just don't go overboard!

    Solution:-
    First of all we will need a Hex-Editor I recommend you to use this:-
    Freeware Hex Editor XVI32
    Its Freeware and it's powerful

    Then in this tutorial we will use a simple Application I made so we can experiment with it in this tutorial, it's attached at the end of this tutorial, download it and extract it. Here is a snapshot:-



    If you don't trust this application scan it with Online malware scan you will not find any viruses, ok now after that you checked it etc let's start.

    First of I will show you that in this case neither ResHacker nor Resource Tuner can do anything see these snapshots all they find are the icons and Version information, so that is a proof that with them we can't edit that!



    and



    So what we do? we go more low level and do hex-editing

    Fire up XVI32 then File > Open and open up our application
    Now you are like.. "huh? What is this? I can't understand" well don't worry! now here we will change the Caption of the Program and the Text in the Program so, in XVI32 press CTRL+F and select "Text String" and write EXACTLY the phrase you will need to find its case sensitive or you could turn case sensitive off ok so now in the Search box write
    Change Me
    and press Ok

    and you will see something like this:-

    You can read it right?
    Yes! Now start writing something like Changed and the other letters ( Me ) just replace them with a space but stop there! don't continue pressing space because your application will get corrupted now lets make another search so to edit the text in the application
    So search for
    Change This Text

    and you will be taken a few more lines downwards and there is the text now place it with something like Text Changed and the other characters replace them with a space

    Now its ready! Just press File > Save



    and here it is fully functional and customized!

    Conclusion:-
    Hope you liked it if you have any queries or so just post here
    Attached Files Attached Files
    Last edited by Roger; 01-16-2011 at 11:32 PM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    temon is offline Newbie
    Join Date
    Dec 2006
    Posts
    19
    Rep Power
    0
    wowwwwwww
    very nice man waiting for the next tot

  4. #3
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    100
    Yes I'm planning that perhaps I might make something more powerful than this, but its just planning!
    Thanks for the feedback btw..

  5. #4
    caeskp is offline Newbie
    Join Date
    Dec 2007
    Posts
    1
    Rep Power
    0

    !!!

    Great tutorial, hex is worth the work!

  6. #5
    pansel is offline Newbie
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0
    Thanks for the tut.

  7. #6
    necron99 is offline Newbie
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0
    i hope this works

  8. #7
    SSTRT is offline Newbie
    Join Date
    Apr 2008
    Posts
    1
    Rep Power
    0

    Re: Simple Hex-Editing

    hmm..good practice

  9. #8
    DevilsCharm's Avatar
    DevilsCharm is offline Programming God
    Join Date
    Jul 2006
    Posts
    884
    Rep Power
    0

    Re: Simple Hex-Editing

    I know how hex operates but I don't know how to code with it, this would be a good learning opportunity.

  10. #9
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    100

    Re: Simple Hex-Editing

    You mean coding with hex? as in like coding in ASM? Is that possible?

  11. #10
    Chinmoy's Avatar
    Chinmoy is offline Programming Expert
    Join Date
    Feb 2008
    Location
    where heaven meets earth
    Posts
    410
    Rep Power
    18

    Re: Simple Hex-Editing

    Nice, i added a small rep to your large one!
    Check my tutorials ::
    Keywords less used

    and

    Working in a maximal munch
    God is real... unless declared an integer

+ Reply to Thread
Page 1 of 6 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Hex Editing
    By kylelendo in forum General Programming
    Replies: 11
    Last Post: 08-23-2011, 07:24 AM
  2. Hex editing help
    By Kramathorn in forum General Programming
    Replies: 5
    Last Post: 09-03-2010, 03:10 AM
  3. hex editing?
    By rick311 in forum General Programming
    Replies: 12
    Last Post: 01-18-2010, 03:30 AM
  4. Editing tools ??
    By --VIP-- in forum Software Development Tools
    Replies: 5
    Last Post: 09-17-2009, 03:08 AM
  5. Editing TCP header
    By kashiqirphan in forum Java Help
    Replies: 1
    Last Post: 01-15-2009, 07:53 AM

Tags for this Thread

Bookmarks

Posting Permissions

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