如何测试带标记的 WinCe6 NK.BIN 映像!
我使用 Platform Builder 创建了一个适用于 Windows CE6 的映像。
根据法律协议,我随后再次使用 Platform Builder,使用购买的附带 100 个许可证的运行时密钥来“许可”NK.BIN 图像文件。
我如何测试这个过程是否有效?
图像中有什么“不同”?是否有可以执行的命令/操作来识别合法标记的 CE6 映像?
I have created an image, using Platform Builder, for Windows CE6.
As per the legal agreement, I then 'licensed' the NK.BIN image file, again using Platform Builder, using a purchased run-time key that came with 100 licenses.
How can I test that this process has worked?
What is 'different' in the image? Is there a command/action that can be performed to identify a legally stamped CE6 image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您试图确定 NK.bin 是否已使用正确的 PID 构建,那么 Stampbin 应该可以解决问题:
http://msdn.microsoft.com/en-us/library/ee504718.aspx
否则,在 Viewbin 上的搜索似乎也是肯定的:
http://msdn.microsoft.com/en-us/library/ms938075.aspx :
您可以使用 Viewbin.exe 工具,例如“viewbin -t nk.bin”,它将给出由 PID[0] - PID[9] 组成的输出。如果所有这些值都是 0x00000000 那么这意味着您的运行时映像没有被标记,否则它被标记。
If you are trying to determine if the NK.bin has been built with the correct PID then Stampbin should do the trick:
http://msdn.microsoft.com/en-us/library/ee504718.aspx
Otherwise a search on Viewbin seems to be positive as well:
http://msdn.microsoft.com/en-us/library/ms938075.aspx:
You can use Viewbin.exe tool like "viewbin -t nk.bin" which will give an output comprised of PID[0] - PID[9]. If all these values are 0x00000000 then it means your runtime image is not stamped, otherwise it is stamped.