Skip to content

Instantly share code, notes, and snippets.

@Iemand005
Created February 17, 2026 09:15
Show Gist options
  • Select an option

  • Save Iemand005/398c9ab0ede36b63736fe948290e1323 to your computer and use it in GitHub Desktop.

Select an option

Save Iemand005/398c9ab0ede36b63736fe948290e1323 to your computer and use it in GitHub Desktop.
Find all files that import DirectUI
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