Connect with Facebook Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-30-2008, 07:28 PM
Newbie
 
Join Date: Oct 2008
Posts: 7
Rep Power: 0
rick311 is an unknown quantity at this point
Default 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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-30-2008, 08:09 PM
Jordan's Avatar   
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 18,359
Blog Entries: 90
Rep Power: 20
Jordan is a glorious beacon of lightJordan is a glorious beacon of lightJordan is a glorious beacon of lightJordan is a glorious beacon of lightJordan is a glorious beacon of light
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan Send a message via Yahoo to Jordan
Default Re: hex editing?

You need to open it in a Hex Editor and make the changes. Here is a free one (for Windows): HexEdit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-30-2008, 09:08 PM
WingedPanther's Avatar   
Super Moderator
 
Join Date: Jul 2006
Age: 36
Posts: 8,079
Blog Entries: 48
Rep Power: 20
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default 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 | Linux Forum
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-30-2008, 10:52 PM
Newbie
 
Join Date: Oct 2008
Posts: 7
Rep Power: 0
rick311 is an unknown quantity at this point
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-31-2008, 08:30 AM
Newbie
 
Join Date: Oct 2008
Posts: 7
Rep Power: 0
rick311 is an unknown quantity at this point
Default Re: hex editing?

anyone? im not looking for a hEXPERT, just someone who knows! haha! ok i may have just killed my chances . . .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 10-31-2008, 09:46 AM
WingedPanther's Avatar   
Super Moderator
 
Join Date: Jul 2006
Age: 36
Posts: 8,079
Blog Entries: 48
Rep Power: 20
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default Re: hex editing?

If you have it opened, it's just a matter of a search/replace.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-31-2008, 10:12 AM
Newbie
 
Join Date: Oct 2008
Posts: 7
Rep Power: 0
rick311 is an unknown quantity at this point
Default 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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-31-2008, 10:43 AM
WingedPanther's Avatar   
Super Moderator
 
Join Date: Jul 2006
Age: 36
Posts: 8,079
Blog Entries: 48
Rep Power: 20
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default 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 | Linux Forum
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-31-2008, 10:54 AM
Newbie
 
Join Date: Oct 2008
Posts: 7
Rep Power: 0
rick311 is an unknown quantity at this point
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 10-31-2008, 11:10 AM
Newbie
 
Join Date: Oct 2008
Posts: 7
Rep Power: 0
rick311 is an unknown quantity at this point
Default 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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
StoryTeller is Dead. Long live StoryTeller! Kernel News 0 10-11-2008 06:30 PM
about header editing sydetys General Programming 1 01-26-2008 10:09 AM


All times are GMT -5. The time now is 09:11 PM.

Freelance Jobs

XML/XSL: Need code for Book with Chapers using XML
Create an XML file for a book of your creation, and a basic CSS file that will format it to display ...
Earn: $40.00


C++/C: Simple firework cue sequencer
What I require is a rework of a simple cue sequencer. I have a piece of hardware (an Arduino boar...
Earn: $50.00


HTML/XHTML: Menu Rework - ASCIIBin
I'm placing this in the HTML/XHTML section of the Freelance site but you are not limited to HTML. Wh...
Earn: $20.00



CodeCall Goal

Goal #1: 1,000 Blogs
Goal #2: 1,000 Wiki Pages
Goal #3: 300,000 Posts
Goal #4: 20,000 Threads
Done: 30%, 23%, 55%, 75%

Ads