SlickEdit 的破解
2010年7月1日
2 条评论
据说,SlickEdit是目前最好的程序编辑器。虽然编辑器有SciTE,源码阅读有Source-Navigator,但目前还是SlickEdit比较适合开发大程序。小程序当然是EditPlus搞定。(刚发现EditPlus的矩形文字块是用Alt加鼠标左键拖动定义的……)
商业软件的话,当然得破解。某华人李某的博客不错,可以借鉴。
先说SlickEdit 2010 (15.0.x):
Linux版本
080784CD mov eax, esi 改成 xor eax, eax
也就是 文件 slickedit/bin/vs 的偏移 0×304CD 处 的 89 F0 改成 33 C0
Windows版本
0040F750 mov eax, ebp 改成 xor eax,eax
也就是 文件 SlickEditV15.0.0\win\vs.exe 的偏移 0xEB50 处的 8B C5 改成 33 C0
跟SlickEdit 2009类似, 都是通过查找 |== NOT FOR RESALE ==| 这个字符串找到 适当的函数.
2010-5-23
SlickEdit 15.0.0.6 跟 SlickEdit 15.0.0.5 的可执行文件没有变化, 修改方法也一样
Build Date: May 07, 2010
SlickEdit v15.0.0.6 contains a few bug fixes for problems discovered in v15.0.0.5. If you are currently running SlickEdit v15.0.0.5 with hotfix_se1500_3_cumulative.zip installed (or any later cumulative hotfix), you do NOT need to install this new version of SlickEdit.
MoeFan (萌番)
近期评论