如何将dll嵌入到内存中
谁能告诉我如何将 dll 嵌入到 Windows 移动内存中。
Can anybody tell me how to embed a dll into Windows mobile Memory.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
谁能告诉我如何将 dll 嵌入到 Windows 移动内存中。
Can anybody tell me how to embed a dll into Windows mobile Memory.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您想通过软件将某些内容嵌入到只读存储器中吗?
You want to embed something into Read Only Memory via software?
你不能那样做。 ROM 代表只读存储器。引用 Wikipedia,
“ROM 中存储的数据无法修改,或者只能缓慢修改,或者困难,因此它主要用于分发固件(与特定硬件紧密相关的软件,不太可能需要频繁更新)。”
You cannot do that. ROM stands for Read only memory. Quoting Wikipedia,
"Data stored in ROM cannot be modified, or can be modified only slowly or with difficulty, so it is mainly used to distribute firmware (software that is very closely tied to specific hardware, and unlikely to need frequent updates)."