转贴
CE官方网站
http://www.cheatengine.org/
CE是游戏制作者的眼中钉
耗时无数,再经过无数的测试,平衡性调整,最终发布的游戏,
CE几分钟之内就能将它彻底毁掉 orz.
CE是上帝,噢不,应该说是 Darkbyte 赐给修改派最好的礼物~
如果你也和我1样喜欢修改游戏,那就不要再犹豫了,快下载安装吧
下载地址
http://www.cheatengine.org/downloads/CheatEngine54.exe
官方blog关于更新的说明:
Cheat Engine
January 10th 2008: DBVM bugfix
For those that know how to use it, I've updated DBVM to version 0.4. Check the downloads page.
It mainly fixes the bug where it doesn't initialize secondary cpu cores, sets the A20-line to enabled, and a possible fix for systems with 4GB or more ram.
January 1st 2008: New year, new site, new Cheat Engine 5.4
Happy 2008!
As you can see the new site is up, and also released version a new version of Cheat Engine(changes)
And always, please report bugs when you encounter them. I refuse to fix them if you don't tell me about them just to annoy you!
My good intention for this year is to try to update Cheat Engine a bit more often(if I get the chance). Anyhow, check out the bugtracker and the SVN for the latest news regarding the development of CE. There is also a wiki in the SVN so if you'd like to read it or contribute: Go here
Also, don't worry about the layout right now. May get some heavy changes in the future, but at least now I've got a better base to start with. (One change edits all pages as compared to the old site where each edit of the style or adition of the menu required editing each single file)
下面是5.4的修正
Changes:
Rewrote the memoryscan engine to make better use of multiple cpu cores
修正双核处理器扫描的问题
Added an All valuetype
加入了1种叫做 "all valuetype" 的数据类型
Added a Custom scan option, which allows auto assembler scripts to be used as internal compare routines
不明白
New Auto Assembler functions: Added CreateThread(address) , loadlibrary(filename) and readmem(address,size)
新的汇编脚本命令,支持 CreateThread Loadlibrary Readmem 3个API。终于支持了~太好了,太好了~
Added /* */ comments to the auto assembler
Added codehighlighting for the auto assembler
加入了代码高亮,方便代码阅读
The assembler now allows you to type in normal decimal values instead of hex. Add a # in front. e.g #100
现在可以在汇编脚本中输入10进制数了~ 需要在前面加上 # 符号
Goto history for disassembler and hexview
加入了过程记录和反汇编的代码察看程序。 调试更方便了
Follow and back instruction for the disassembler-view
汇编查看器增加了 前进,后退 功能
Added a simple C-scripting language.
加入了对简单C语言的支持
The trainer maker now lets buttons execute cheat entries
CE的TM可以用按钮来启动功能了 太好了,我早就对1个功能必须用1个快捷键组合感到不便了
The address interpreter now understands pointer notations like [[00412345+123]+123]
地址可以这样输入了 基地址+偏移+偏移
When opening a process for the first time the current disassembleraddress will go to the entrypoint of the process. The hexview will go to the start of data.
首次附加到某个程序后,汇编器会定位到程序入口处,16进制查看器会定位到数据段开始处
Added the DF flag to the debugger
调试器增加了 DF 标志位的显示
Implemented a reverse pointer scan. Instead of starting at the base address andscanning all memory, it scans for the final address and continues from the results there.
增加了1个基地址扫描工具
Added multiline selection to the disassembler. (Hold shift)
汇编器可以多行选择了 按住Shift键
Added Ctrl+C in disassembler to copy to clipboard.
汇编器中可以用复制命令了
Added ability to show multiple memoryview windows at a time. (multiple displays recommended)
可以同时打开多个内存查看器了
Implemented a hypervisor that CE can make use of. Look up DBVM on the website. Intel VT only for now
似乎是个在线功能。。等用过再说吧
Added an option to save the memory when a pointerscan has finished so it can be reused again
指针扫描结束后,会将内存保存起来方便下次使用
Fixes:
Several Vista-32 fixes
可以在vista-32下正常使用了 噢~我的vista又可以重见天日了
fixed some asembler/disassembler instructions
修正了1些汇编指令的显示
The trainer maker now supports scripts with alloc in them
自动汇编脚本可以使用 Alloc API来分配内存了 这太好了,终于不用每次都自己找地方了 T_T
hotkeys now work better and don't execute without pressing any key, or when pressing an unrelated key
快捷键更加方便了
Fixed a dpi bug for the trainer maker "Add cheat" window
修正了TM的1个bug
Fixed missing confirmation screen when closing and a script was edited.
修正了1个bug
Fixed pressing C in the hexview would stop the editing.
修正了内存编辑器中不能输入 C 的bug 这个bug害得我每次输入c都要编辑字节为12
Fixed alignment problem of the "at least %" string when increased or decreased scan is selected
修正了1个百分比扫描时候的bug
Fixed example c-plugin where the define of changeregonbp was missing some padding
Fixed the processwatcher for vista 32-bit (don't even try vista 64, will not work)
修正了vista 32下,进程查看器无法工作的bug,但是vista 64还是无法使用进程查看器
Fixed ce detecting vista as an older version instead of newer.
修正了1个vista下的bug
Now when selecting a new process ticked assemblerscripts go to disabled state.
修正了重新选择1个程序后,汇编脚本仍然显示为启动状态的bug
Type change window now closes when pressing escape.
当目标程序已经关闭后,会显示出来。
Fixed cleanup problem when the red X was used causing group info to stay behind on new entries.
Fixed typing in values with the numlock keypad
修正了大写状态下不能输入的bug
Hexview editbox now closes when rightlicking on the hexview.
16进制编辑器小小的改变
The autoassembler now handles spaces and tabs better
自动汇编器变得更加有用 ,因为加入了对几个重要API的支持嘛,哈~
Added some extra checks to the processname doubleclick when kernelmode has been enabled to rpevent a BSOD
修正了几个内核模式下的错误