Forums | MacLife
You are not logged in.
#1 2005-02-28 1:27 pm
- hombrerojo
- Member
- Registered: 2005-02-28
- Posts: 2
Hacking into a game's code
There are a bunch of word games that are only available in english. I am interested in removing the english words to guess (which I assume is done randomly by the program) and replace them with spanish for my niece and other family members. One of the games is Wild Wild Words from Gamehouse. What app do I need to use to get into this? Thanks for any help with this. I am brand new to this sort of stuff.
Thanks again!
Offline
#2 2005-02-28 1:27 pm
- Og
- Member

- From: Ha!
- Registered: 2002-01-18
- Posts: 5133
Re: Hacking into a game's code
reverse-engineering/decompiling is verboten
please don't come back to 54
tito
Offline
#3 2005-02-28 3:18 pm
- hombrerojo
- Member
- Registered: 2005-02-28
- Posts: 2
Re: Hacking into a game's code
as in I can't do it because it is not possible or because it's illegal?
Offline
#4 2005-02-28 4:31 pm
- Og
- Member

- From: Ha!
- Registered: 2002-01-18
- Posts: 5133
Re: Hacking into a game's code
uh. illegal. you can do it. but any software company is just as snotty about that sort of thing as they are about piracy and most, if not all, have language in the EULA spelling it out. You may not reverse-engineer/decompile their code.
Of course, there's nothing stopping you.
contact the developer, offer to help with a language port.
/me wonders why a mod hasn't locked this thread
please don't come back to 54
tito
Offline
#5 2005-03-01 12:33 am
- Freezer mac
- iPod scroll wheel

- From: next to a big cold lake.
- Registered: 2001-01-06
- Posts: 7370
Re: Hacking into a game's code
umm... i doubt that would be called reverse-engineering, og.
sounds more like localizing to me. at most, it is opening up super resedit in classic mode and modifying the datafork/strings. using resedit != decompiling or reverse engineering.
Offline
#6 2005-03-01 12:37 am
- NightCougar_37
- For Gallia!!

- From: The back of my Twilight Drake
- Registered: 2001-07-22
- Posts: 9142
Re: Hacking into a game's code
You guys do know this is a hardware hacking forums right?
.
See, this is the reason I wasn't all for the hacking name
.
Offline
#7 2005-03-02 4:54 pm
Re: Hacking into a game's code
You probably wouldn't have to do much "decompiling" or "Reverse engineering" If these people are smart they probably stored the words in an xml file or psuedo-database in the application package, which would be easy to modify. However, if it is actually in the binary, then consider yourself screwed.
Offline
#8 2005-03-02 11:35 pm
- BlueToothCard
- Member
- Registered: 2004-08-09
- Posts: 21
Re: Hacking into a game's code
Why not contact the company and ask for a Spanish version? Probably real easy for them to replace the English words once they have compiled their dictionary of Spanish words.
I would say this is definately illegal as the entire program, including the source code, is the intellectual property of the company.
Or find a programming board for REALbasic. Contact someone there and show them a commercial product you like. Ask them to build something similar. A very good RB programmer should be able to wack something out in a few hours to a few days depending on their schedule and how quickly thay can obtain a dictionary list of Spanish words. A good high school student should be able to do this with RB.
A example project I made for English simply uses a plain text file containing a list of English words seperated by lines, which loads into a string variable when the program is started. The program then generates 6 random words by simply grabbing 6 random words from the string.
Last edited by BlueToothCard (2005-03-02 11:46 pm)
Offline
#9 2005-03-03 12:10 am
- Freezer mac
- iPod scroll wheel

- From: next to a big cold lake.
- Registered: 2001-01-06
- Posts: 7370
Re: Hacking into a game's code
BlueToothCard wrote:
Why not contact the company and ask for a Spanish version? Probably real easy for them to replace the English words once they have compiled their dictionary of Spanish words.
I would say this is definately illegal as the entire program, including the source code, is the intellectual property of the company.
Or find a programming board for REALbasic. Contact someone there and show them a commercial product you like. Ask them to build something similar. A very good RB programmer should be able to wack something out in a few hours to a few days depending on their schedule and how quickly thay can obtain a dictionary list of Spanish words. A good high school student should be able to do this with RB.
A example project I made for English simply uses a plain text file containing a list of English words seperated by lines, which loads into a string variable when the program is started. The program then generates 6 random words by simply grabbing 6 random words from the string.
so you think that using super resedit is illegal?
Offline
#10 2005-03-06 2:21 pm
- Sputnickey
- Dictator for Life

- From: around
- Registered: 2003-09-25
- Posts: 932
Re: Hacking into a game's code
Og wrote:
/me wonders why a mod hasn't locked this thread
Why would they? If he's not selling it and is just doing it for his own personal gratification, why should anyone care? Besides, it's not like it's some big brand name game that everyone wants to play anyways...
Last edited by Sputnickey (2005-03-06 2:22 pm)
...but hey, what do I know
Offline
#11 2005-03-06 7:25 pm
- Freezer mac
- iPod scroll wheel

- From: next to a big cold lake.
- Registered: 2001-01-06
- Posts: 7370
Re: Hacking into a game's code
Sputnickey wrote:
Og wrote:
/me wonders why a mod hasn't locked this thread
Why would they? If he's not selling it and is just doing it for his own personal gratification, why should anyone care? Besides, it's not like it's some big brand name game that everyone wants to play anyways...
they wont lock it because using resedit is not against the law, or even in a so called "grey area"
Offline
#12 2005-04-10 10:50 am
- kaoss1103
- Member

- From: Manchester (UK)
- Registered: 2005-04-08
- Posts: 47
Re: Hacking into a game's code
There is the possibility that he is social engineering you guys into a false sense of security to extract information which he could then apply to commiting illigal acts..
dude no offence if your not, and you really wanna just change the language I'm just shooting possibilities into the breeze lol
Last edited by kaoss1103 (2005-04-10 10:52 am)
RED TILL I'M DEAD!!! MUFC
Offline
#13 2005-04-15 6:34 pm
Re: Hacking into a game's code
iopossum wrote:
You probably wouldn't have to do much "decompiling" or "Reverse engineering" If these people are smart they probably stored the words in an xml file or psuedo-database in the application package, which would be easy to modify. However, if it is actually in the binary, then consider yourself screwed.
Not necessarily - run strings on the binary.
If they are stored in the binary as strings, you may be able to alter them without breaking the binary.
In her right hand Jenny held the Bible of her mother
Jenny had a pistol in the other
-- Steve Taylor
Offline
#14 2005-04-15 6:36 pm
Re: Hacking into a game's code
Og wrote:
uh. illegal. you can do it. but any software company is just as snotty about that sort of thing as they are about piracy and most, if not all, have language in the EULA spelling it out. You may not reverse-engineer/decompile their code.
illegal - definitely not. Not unless you had to violate the DMCA in order to reverse engineer.
breach of contract - possibly, but many of those EULA's would not stand up in a court of law.
In her right hand Jenny held the Bible of her mother
Jenny had a pistol in the other
-- Steve Taylor
Offline

