forked from Grabacr07/VirtualDesktop
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Reverse engineering process #14
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
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.