+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 13

Thread: hex editing?

  1. #1
    Newbie rick311 is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    7

    hex editing?

    first off, sorry if i posted in the wrong spot.

    secondly, i dont know how to hex edit. can anyone help me at all?

    ive got a screen saver from an old computer that i want to run on a newer one. problem is its only for WIN XP Media Center Edition. I can get it to work for other OS's but i need to hex edit it first.

    anyone willing to help? this is what it tells me to do:

    "change the bytes 74 08 to EB 00 at the following offsets, in each:

    WPGLDFSH.SCR: Offset 0xA4D9"

    it may as well be greek to me. anyone willing to help me? i can email you the file if you want to do it for me, or if you can walk me thru it? please help!

  2. #2
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97

    Re: hex editing?

    You need to open it in a Hex Editor and make the changes. Here is a free one (for Windows): HexEdit

  3. #3
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,576
    Blog Entries
    57

    Re: hex editing?

    Also, be aware that making changes to a program someone else has provided may not be safe/legal. Those are the types of changes that were made to programs in the 80s and 90s for cracking programs. If you don't know what the change does, you may not be happy with the results.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #4
    Newbie rick311 is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    7

    Re: hex editing?

    i got it open in a hex editor, but it looked too crazy for me. i dont understand any of that stuff! thats why i need the help.

    i just want to use the screen saver for the regular version of XP. editing it in the hex editor just makes that possible, it takes the windows MCE restriction off. how to do that in the hex editor is beyond me. even with instructions i cant figure it out.

  5. #5
    Newbie rick311 is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    7

    Re: hex editing?

    anyone? im not looking for a hEXPERT, just someone who knows! haha! ok i may have just killed my chances . . .

  6. #6
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,576
    Blog Entries
    57

    Re: hex editing?

    If you have it opened, it's just a matter of a search/replace.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #7
    Newbie rick311 is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    7

    Re: hex editing?

    if it were that simple i wouldnt be asking for help. i cant find what they are telling me to look for, and i wouldnt know how to go about replacing what needs to be replaced?

    bottom line is i need someone to walk me thru it, or do it for me. any takers?

    shoot, if you do it for me, i'll paypal you 10 bucks!

  8. #8
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,576
    Blog Entries
    57

    Re: hex editing?

    I've attached an image of what you should be looking at when you open a file in HexEdit and press Ctrl-R.

    To search for a Hex code, type in the code and uncheck "Find Text". Do the same with the replacement code.

    To manually find the location (offset), pay attention to the 0x00000 number on the left of the grid. These are your offsets. Scroll down to find the specified offset and then you can place your cursor in the correct entry and change what you need to.

    The way to think about a hexeditor is like this: you're using notepad, and you have REALLY funny stuff you're typing in it.

    If you need more information, Google "hexadecimal", "decimal", and "ASCII".
    Attached Thumbnails hex editing?-hexedit.jpg  
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #9
    Newbie rick311 is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    7

    Re: hex editing?

    is there an easy way to find the offset that i need? in this case i need to find the Offset 0xA4D9.

  10. #10
    Newbie rick311 is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    7

    Re: hex editing?

    OMG! WINGED PANTHER, you are AWESOME!! your explanation and screenshot worked for me! i got this stupid screen saver to work! i can't believe it! youre the man!! i feel like a hero now! way to go dude, i appreciate the help!

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Replies: 0
    Last Post: 10-11-2008, 07:30 PM
  2. about header editing
    By sydetys in forum General Programming
    Replies: 1
    Last Post: 01-26-2008, 11:09 AM

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