|
楼主 |
发表于 2007-2-25 12:57:48
|
显示全部楼层
Yeah, a great number of monkeys with keyboards can eventually generate any patch.
In order to modify executables, I would say you need:
1. Patience
2. Know how to hex edit files (A general introduction can be found http://www.cheatbook.de/hexed.htm ). Or rather to understand when to use a hex editor :-). Many simpler changes can be done already with a hex editor.
I would say that learning hexadecimal numbering would be the first thing to learn.
3. A good debugger / disassembler. I use a "debugger" called Olly, which surprisingly has many, many, features for modifying (*cough* cracking *cough*) executables rather than for debugging. Well it is extremely useful for creating patches / mods because of this :-)
Sceners has several good tutorials for newbies to get into cracking, you can read one here http://www.woodmann.com/crackz/Tutorials/Flores1.htm
While modding cm is not cracking, the skills needed to do a no-cd patch is the same as creating some other type of patch.
If anyone is interested I am willing to share my notes on cm0102.exe, having that should be better than nothing to start with.
//Tapani |
|