- 积分
- 50
- 实力分
- 点
- 金钱数
- 两
- 技术分
- 分
- 贡献分
- 分
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
出现可以自行更改A盘程序的工具后就多了一个DIY选择。但因A盘是只读盘,而许多应用程序需要在安装盘中写入配置文件,造成程序不能正常运行。FCA00000大侠指出可以用IDA反汇编找出调用并改之:
Dissasemble the application. I use IDA for this.
Then, try to know which routine opens the file, and skip/modify the part that uses the DriveAndPath. For Symbian programs, it is easier because the routine names are part of the application.
It is alos good to know a bit about C/C++ and Symbian. Download the SDK from Siemens.
:o有哪个高手能写个教程教一下我怎么改应用程序路径?使更多的程序可以塞到A盘?
如区号秀就是在C盘的SYSTEM\APPS下自动建立了CODESHOW文件夹并将配置文件放在这里,它是如何做到的?
[ 本帖最后由 3circles 于 2005-12-20 14:44 编辑 ] |
|