- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我知道PE是COFF的修改版,PE+是PE的64位支持的修改版,但是PEI是什么?我说 PE 和 PEI 之间没有区别并且它们可以互换使用是否正确?
最佳答案
"The sole difference between the pe format and the pei format is that the latter has an MSDOS 2.0 .exe header on the front that prints the message "This app must be run under Windows." (or some such). (FIXME: Whether that statement is really true or not is unknown. Are there more subtle differences between pe and pei formats? For now assume there aren't. If you find one, then for God sakes document it here!)
The Microsoft docs use the word "image" instead of "executable" because the former can also refer to a DLL (shared library). Confusion can arise because the
i' in
pei' also refers to "image". The `pe' format can also create images (i.e. executables), it's just that to run on a win32 system you need to use the pei format."
http://www.opensource.apple.com/source/gdb/gdb-1515/src/bfd/libpei.h
关于file-format - PEI 格式是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27847741/
我知道PE是COFF的修改版,PE+是PE的64位支持的修改版,但是PEI是什么?我说 PE 和 PEI 之间没有区别并且它们可以互换使用是否正确? 最佳答案 "The sole difference
更新 我正在开发一个需要相机权限的小应用程序。我可以处理运行时权限,但真正的问题是当我中继到 Sinchpayload 并转到传入调用 Activity 时。此 Activity 应请求权限(相机和其
我是一名优秀的程序员,十分优秀!