We need to document the reverse engineering process to make it easier to support future versions of Windows.
My understanding is that you need to run a Python script from a fork of GetVirtualDesktopAPI_DIA that dumps the GUIDs and interfaces definitions from twinui.pcshell.dll using Debug Interface Access and Microsoft Symbol Server.
It would be nice to port that Python script to C# and integrate it to this repository. That would make it even easier to perform reverse engineering.
We need to document the reverse engineering process to make it easier to support future versions of Windows.
My understanding is that you need to run a Python script from a fork of GetVirtualDesktopAPI_DIA that dumps the GUIDs and interfaces definitions from
twinui.pcshell.dllusing Debug Interface Access and Microsoft Symbol Server.It would be nice to port that Python script to C# and integrate it to this repository. That would make it even easier to perform reverse engineering.