1 dépôt
Utilities that inspect executable headers to identify libraries loaded on demand via deferred linking.
Distinct from Deferred Loading: Focuses on binary-level delay-load analysis for Windows executables, distinct from web-based deferred loading.
Explore 1 awesome GitHub repository matching web development · Delay-Load Analyzers. Refine with filters or upvote what's useful.
Dependencies is a static analysis utility designed to inspect Windows portable executable files and map their library dependency hierarchies. It functions as a diagnostic interface for validating library imports and identifying the specific modules required for an application to execute on a Windows system. The tool distinguishes itself by performing deep binary analysis, including the resolution of complex Windows API set schemas and forwarded export redirections. It identifies libraries loaded on demand through delay-load module analysis and performs recursive traversal to map the full tree
Identifies libraries loaded on demand by inspecting executable headers for deferred linking.