gitextract_xjr65t7e/ ├── .gitattributes ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── WinSpy/ │ ├── AboutDlg.cpp │ ├── AboutDlg.h │ ├── AutomationTreeView.cpp │ ├── AutomationTreeView.h │ ├── DialogHelper.h │ ├── FindWindowDlg.cpp │ ├── FindWindowDlg.h │ ├── FormatHelper.cpp │ ├── FormatHelper.h │ ├── FrameWindowHelper.h │ ├── HookHelper.cpp │ ├── HookHelper.h │ ├── IconHelper.cpp │ ├── IconHelper.h │ ├── ImageIconCache.cpp │ ├── ImageIconCache.h │ ├── Interfaces.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── MessageDecoder.cpp │ ├── MessageDecoder.h │ ├── MessagesView.cpp │ ├── MessagesView.h │ ├── ProcessHelper.cpp │ ├── ProcessHelper.h │ ├── ProcessesView.cpp │ ├── ProcessesView.h │ ├── SecurityHelper.cpp │ ├── SecurityHelper.h │ ├── TreeViewManager.h │ ├── ViewBase.h │ ├── WinSpy.cpp │ ├── WinSpy.h │ ├── WinSpy.rc │ ├── WinSpy.vcxproj │ ├── WinSpy.vcxproj.filters │ ├── WindowGeneralPage.cpp │ ├── WindowGeneralPage.h │ ├── WindowHelper.cpp │ ├── WindowHelper.h │ ├── WindowWindowsPage.cpp │ ├── WindowWindowsPage.h │ ├── WindowsListView.cpp │ ├── WindowsListView.h │ ├── WindowsView.cpp │ ├── WindowsView.h │ ├── pch.cpp │ ├── pch.h │ └── resource.h ├── WinSpy.sln └── WinSpyHook/ ├── WinSpyHook.def ├── WinSpyHook.vcxproj ├── WinSpyHook.vcxproj.filters ├── dllmain.cpp ├── hooks.cpp ├── hooks.h ├── pch.cpp └── pch.h