fail to analyze DriverEntry and other recognized library functions
See original GitHub issueWhile we want to skip over most library functions for analysis, certain functions should be analyzed!
See 493167e85e45363d09495d0841c30648.sys_:0x401000
== DriverEntry
.
This should include the below strings and their variations
DriverEntry
main
wmain
WinMain
DllMain
Maybe we can just look for the main
substring although that will also capture functions like _domain_err
or ___tmainCRTStartup
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9
Top Results From Across the Web
DriverEntry for WDF Drivers routine - Windows - Microsoft Learn
DriverEntry is the first driver-supplied routine that is called after a driver is loaded. It is responsible for initializing the driver.
Read more >Issues linking Aux_Klib.h - c++ - Stack Overflow
The error I get for this is: error LNK2019: unresolved external symbol AuxKlibInitialize referenced in function DriverEntry.
Read more >windows-driver-docs/using-static-driver-verifier-to-find-defects ...
If the driver does not declare functions by using the function role types, SDV will be unable to analyze and find defects in...
Read more >Microsoft Windows Server 2008 R2 Kernel Mode ...
Primitives Library (cng.sys) Security Policy Document ... Count, Io Write Transfer Count, Io Other Transfer Count, Io Read Operation Count, ...
Read more >man pages section 9: DDI and DKI Driver Entry Points
The new environment may include a different processor, operating system, ... Driver developers did not use existing kernel functions where available, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
it fails on the second example which appears to really be a library function
capa ignores the example function