Page 1 of 1

Translating From Hex to ASCII Question

PostPosted: Fri Apr 04, 2008 3:46 pm
by IAPD3000
Can Somebody help me to translate from Hex to ASCII?

I got Conker's Bad fur Day for N64 and there this cheat that takes you to the Debug Mode, XFYHIJERPWAL IELWZS. After that, I somehow lift my cartridge to see if there is any numbers at all that take you to the black screen where the Stack View and Registers are shown. Everything is in code. I knew that everything is in hex. I can't understand it! I just look for some cheats that weren't existed in Gamefaqs.com

I use to have two Gameshark Pros' that are damaged now and tossed out, so I can't go to that Game Editior Thingy. I was wondering if someone knew how to understanding the Hex. in that game. Thanks!

Re: Translating From Hex to ASCII Question

PostPosted: Fri Apr 04, 2008 4:26 pm
by makslane
Here is an ASCII table:

Image

Re: Translating From Hex to ASCII Question

PostPosted: Sat Apr 05, 2008 6:29 am
by Fuzzy
If you are asking how to take an executable game and revert it to readable code.. you cant. You can get it into a form of assembler, possibly, but you wont have variable names that make any sense.

Re: Translating From Hex to ASCII Question

PostPosted: Sat Apr 05, 2008 12:48 pm
by Bee-Ant
Cant makslane make program which revert GE executable back to ged file???lol

Re: Translating From Hex to ASCII Question

PostPosted: Sun Apr 06, 2008 5:06 am
by Game A Gogo
I wonder what this has to do with Game Editor

Re: Translating From Hex to ASCII Question

PostPosted: Mon Apr 07, 2008 2:27 pm
by IAPD3000
makslane wrote:Here is an ASCII table:

Image


I knew about the ASCII Table, but most games use the extended ones like mine. You know when the Hex goes up to 80 thru FF. Are they important or something?

Re: Translating From Hex to ASCII Question

PostPosted: Mon Apr 07, 2008 2:29 pm
by IAPD3000
Fuzzy wrote:If you are asking how to take an executable game and revert it to readable code.. you cant. You can get it into a form of assembler, possibly, but you wont have variable names that make any sense.


What do you mean by "a form of assembler"? How can I do that?