I opened a WDM driver in visual studio 
                  
                  
                  I'm getting this error 
                  
                  
                  "unresolved external symbol FltGetFileNameInformation referenced in function PfltPreOperationCallback"
                  
                  
                  I tried using pragma to link the library 
                  
                  
                  #pragma comment(lib, "FltMgr.lib")
                  
                  
                  still not working 
                  
                  
                  any help?
                  
                  
                
A library linking problem 😑.. What build system are you using?
Обсуждают сегодня