转储 Windows Mobile 设备映像

发布于 2024-12-09 11:25:41 字数 210 浏览 0 评论 0原文

我目前在 Windows Mobile 6 设备上编写了自定义软件,需要对其进行逆向工程以消除设备限制(当前该软件仅限于已编程的移动设备)。

我将如何转储设备映像的精确副本并将其加载到另一个设备上?是否有任何软件包可以帮助创建 cab 安装程序,以便我们可以将其编程/重新编程到新设备上?

PDA 设备是运行 Windows Mobile 6.1 的 HTC P3470。

I currently have custom software programmed on Windows Mobile 6 devices which needs to be reverse engineered to remove the device restriction (currently the software is restricted to the programmed mobile device).

How would I go about dumping an exact copy of the device image and loading it onto another device? Are there any software packages that can help in creating a cab installer so we can program/reprogram it onto new devices?

The PDA device is a HTC P3470 running Windows Mobile 6.1.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟雨凡馨 2024-12-16 11:25:41

虽然这听起来很像破坏许可证的请求,但我还是咬咬牙。使用 JTAG 编程器。您可以以原始格式从设备中获取闪存内容,并将其重写到新设备上。当然,如果软件通过读取闪存之外的内容(例如 MAC 地址)将自身锁定到硬件,那么它仍然会将您锁定在新硬件上。

您可以从 www.XDA-Developers.com 上收集该过程的负载,因为他们多年来一直在提取和修改 WinMo 映像。

While this sure sounds a lot like a request to subvert a license, I'll bite. Use a JTAG programmer. You can suck the contents of flash from the device in raw format and rewrite it on the new device. Of course if the software is locking itself to hardware by readins something outside of flash (like a MAC address, for example) then it's still going to lock you out on new hardware.

Theres a load you could glean on the process from www.XDA-Developers.com since they've been pulling and modifying WinMo images for years.

[旋木] 2024-12-16 11:25:41

另外,如果您的程序是在 .Net 上编写的,您可以反汇编该程序并重新编译它。

Also if your program is written on .Net you can disassemble the program and recompile it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文