Created
February 17, 2026 09:15
-
-
Save Iemand005/398c9ab0ede36b63736fe948290e1323 to your computer and use it in GitHub Desktop.
Find all files that import DirectUI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-ChildItem -File C:\Windows\System32 | Where-Object { dumpbin /IMPORTS $_.FullName | findstr /I "dui70.dll" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment