Hello guys,

Several driver loaders (Kdmapper,turla driver loader, kernel bridge framework) are giving the following message "import not resolved" when loading my driver and point that I can resolve anything I need myself. Can someone explain to me or give me all the keywords to study how to do it and what exactly this means.

I mean i kinda know that there is a import/export table after compiling stuff.(and after dumping my .exe/.sys it shows inside the PE header my imports) But googling about import/export table gives me the new C++ 20 Modules tutorials and stuff so it doesnt help.

I hope anyone here can please give me guidance or any information, would appreciate it!