Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将二进制资源嵌入到我的内核模式静态库中,但我没有看到与 FindResource 和 LoadResource API 等效的内核。你能帮帮我吗?
也许LdrFindResource并LdrAccessResource帮助你。但是这个功能没有被微软记录和支持。
LdrFindResource
LdrAccessResource
编写一个简单的脚本作为预构建事件运行:
Bin2Hex
char *data[] = {/* hex data */};