├── README.md ├── checkreg.cs ├── clsids-crash.txt ├── clsids.txt ├── com-enum.ps1 ├── shellex.cpp └── shellex ├── shellex.sln ├── shellex ├── shellex.cpp ├── shellex.vcxproj ├── shellex.vcxproj.filters ├── stdafx.cpp ├── stdafx.h ├── targetver.h └── x64 │ └── Release │ ├── stdafx.obj │ └── vc141.pdb └── x64 └── Release ├── shellex.exe ├── shellex.iobj ├── shellex.ipdb └── shellex.pdb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/README.md -------------------------------------------------------------------------------- /checkreg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/checkreg.cs -------------------------------------------------------------------------------- /clsids-crash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/clsids-crash.txt -------------------------------------------------------------------------------- /clsids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/clsids.txt -------------------------------------------------------------------------------- /com-enum.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/com-enum.ps1 -------------------------------------------------------------------------------- /shellex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex.cpp -------------------------------------------------------------------------------- /shellex/shellex.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex.sln -------------------------------------------------------------------------------- /shellex/shellex/shellex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex/shellex.cpp -------------------------------------------------------------------------------- /shellex/shellex/shellex.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex/shellex.vcxproj -------------------------------------------------------------------------------- /shellex/shellex/shellex.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex/shellex.vcxproj.filters -------------------------------------------------------------------------------- /shellex/shellex/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex/stdafx.cpp -------------------------------------------------------------------------------- /shellex/shellex/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex/stdafx.h -------------------------------------------------------------------------------- /shellex/shellex/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex/targetver.h -------------------------------------------------------------------------------- /shellex/shellex/x64/Release/stdafx.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex/x64/Release/stdafx.obj -------------------------------------------------------------------------------- /shellex/shellex/x64/Release/vc141.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/shellex/x64/Release/vc141.pdb -------------------------------------------------------------------------------- /shellex/x64/Release/shellex.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/x64/Release/shellex.exe -------------------------------------------------------------------------------- /shellex/x64/Release/shellex.iobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/x64/Release/shellex.iobj -------------------------------------------------------------------------------- /shellex/x64/Release/shellex.ipdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/x64/Release/shellex.ipdb -------------------------------------------------------------------------------- /shellex/x64/Release/shellex.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndizzle/com-research/HEAD/shellex/x64/Release/shellex.pdb --------------------------------------------------------------------------------