EXE 文件中节和内存的对齐
在 Mosa IL 编译器中创建使用时,我需要指定 EXE 文件中的节和内存的对齐方式是什么?
谢谢。
What are the alignment of sections and memory within an EXE file I need to specify when creating using in the Mosa IL compiler?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它通常与页面大小相同,大多数 CPU 为 4K。
It's typically the same as the page size, 4K for most CPUs.
PE 文件中的各部分必须在 4k 边界上对齐。
您可以像这样正确地使用 MOSA 编译器:
The sections within the PE file must be aligned on 4k boundaries.
You can involve the MOSA compiler properly like this: