I am trying to embed a binary resource in a static kernel-mode library, but I do not see the kernel equivalent of FindResource and the LoadResource API. Could you help me?
Maybe LdrFindResource and LdrAccessResource will help you. But these features are undocumented and not supported by Microsoft.
LdrFindResource
LdrAccessResource
Write a simple script to run as a pre-build event:
Bin2Hex
char *data[] = {/* hex data */};
Source: https://habr.com/ru/post/1433924/More articles:bnf / ebnf for xml schema - xsd+ [NSNumberWithUnsignedInteger Number:] Literal? - objective-cFeature Placement in an ASP.NET MVC Application - c #Can CSS render text twice in two different fonts or colors? - cssIs the WordPress Cron API running in the background? - phpMultiple hash objects in SAS - sas.html () returns undefined - jqueryCopy the first row into an excel workbook in a new Excel workbook - c #How to insert line after instance x header tag? - phpdate time right in the application, but wrong in mysql [time zone] - javaAll Articles