Add files via upload

This commit is contained in:
TimWhite
2019-12-03 15:31:47 +08:00
committed by GitHub
parent 4eb4de58cc
commit 94367a0d0e
4 changed files with 16 additions and 0 deletions
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,16 @@
Put in this directory
dbghelp.dll
symsrv.dll
both from Debugging Tools for Windows (NOT from Windows itself).
Ref:
https://msdn.microsoft.com/en-us/library/windows/hardware/ff551063(v=vs.85).aspx
http://www.microsoft.com/whdc/DevTools/WDK/WDKpkg.mspx
Without those dlls application will not output additional info.
Application expects Symdll directory in the process current directory. So before running it, copy Symdll folder to the same folder where application located
e.g. if UacView64.exe located in C:\test, then move to it Symdll directory, so it will be subdirectory of C:\test -> C:\test\Symdll.
Binary file not shown.