修改游戏,内存基址固定不变啦,好吧(Modify the game, fixed memory base address, OK).doc
文本预览下载声明
修改游戏,内存基址固定不变啦,好吧(Modify the game, fixed memory base address, OK)
Open the high game hackers veil, teach you to create game modifier
Tools: SoftICE, Jinshan Ranger 2002, VC++7.0, PE viewer, SPY++
Test platform: Window2000 Professional SP2
Hello everyone! I give you thanks to an old age, time really fast, and a year later, I and everyone a year apart, it is frustrating ah, do not know much remember YY, but I will not forget you.
This year is too busy, there is no time to like in the past, in the late night listening to music while writing articles, todays holiday, and then recharge everyone: D
What does YY bring to you today? Oh, look at the title and see, it looks cool, advanced game hacker, what? You say youre a game hacker? Yes, its advanced! What is advanced? When you finish reading this article, you know: D
First of all, Ill introduce the tools that will be used:
1, SoftICE (needless to say, I think you should use it)
2, Jinshan Ranger 2002 (you should also use)
3, VC++7.0 (dont ask you to use it, but at least it should be a programming tool)
4, PE viewer (you can find one, no, it doesnt matter, Ill teach you to use SoftICE to see)
5, SPY++ (a tool for viewing program information in VC, you can and others, such as Delphi and C++Builder WinSight32)
And then its what you should know:
1. Compilation basis
2, some programming basis, should at least understand the several API functions I introduced
3, the basis of PE file structure, will not matter, I will explain to you
If youve got all of those, we can start.
Let me introduce you to what Im going to teach you. It must have played PC swim, then also used some special changes for the game, such as red, dark, rich these classic games have their special modifications, general attention, Im not like FPE editing tools.
Have you tried to modify the Red Alert two money Jinshan Ranger? If you do, you should know that every game you have to change once, because the game is dynamically allocated memory, every restart will cha
显示全部