Skip to content

Automatically retrive VirtualDesktop API's GUID & Com Interface. To be used together with https://github.com/MScholtes/VirtualDesktop.

Notifications You must be signed in to change notification settings

mntone/GetVirtualDesktopAPI_DIA

 
 

Repository files navigation

GetVirtualDesktopAPI_DIA

How does it works

Uses Microsft MSDIA interface to parse PDB & get the corresponding symbols

How to use it

  1. You'll have to install requests & comtypes dependency
  2. Make sure the msdia dll is present at target path (Mine is at C:\Program Files (x86)\Common Files\Microsoft Shared\VC\amd64\msdia80.dll)
  3. simply run the DiaGetVDInfo.py in python.

Example

see VirtualDesktopAPI_25247.log

Develop

Use jupyter notebook to open DiaGetVDInfo.ipynb

About

Automatically retrive VirtualDesktop API's GUID & Com Interface. To be used together with https://github.com/MScholtes/VirtualDesktop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 82.3%
  • Python 17.7%