playwright/browser_patches/winldd
Andrey Lushnikov aa1862cd2b
chore: update browser patches as of Aug, 1 2023 (#27005)
Internal commit reference:

2fa26b1d22
2023-09-11 18:16:33 -07:00
..
.gitignore
BUILD_NUMBER
EXPECTED_BUILDS
PrintDeps.cpp
PrintDeps.sln
PrintDeps.vcxproj
PrintDeps.vcxproj.filters
PrintDeps.vcxproj.user
README.md
archive.sh chore: update browser patches as of Aug, 1 2023 (#27005) 2023-09-11 18:16:33 -07:00
build.sh chore: update browser patches as of Aug, 1 2023 (#27005) 2023-09-11 18:16:33 -07:00
buildwin.bat
clean.sh chore: update browser patches as of Aug, 1 2023 (#27005) 2023-09-11 18:16:33 -07:00

README.md

Tool for printing .exe and .dll dependencies on Windows

This is similar to ldd on linux in that loads specified files and tries to resolve all DLLs referenced by it, printing in the formar <lib name> => <full path> | "no found" To minimize dependencies we link all C runtime libraries statically, there is still one dynamic dependency on dbghelp.dll which is supposed to be preinstalled on all Windows machines.

Build instructions

Open PrintDeps.sln solution in Visual Studio 2019 and build x64/Release configuration. We currently commit output binary into bin/PrintDeps.exe and bundle it in every npm.