Click here to Skip to main content
15,896,207 members
Articles / Desktop Programming / Win32

Windows Live Messenger Plug-in Development Bible

Rate me:
Please Sign up or sign in to vote.
4.98/5 (56 votes)
3 Nov 2008GPL356 min read 192.9K   2.6K   178  
An article explaining several Win32 reverse engineering techniques applied to Live Messenger research and plug-in development.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wlmplugindll", "wlmpluginDLL\wlmpluginDLL.vcproj", "{B4771BEC-AD04-410D-91E3-C0D5C727B1BB}"
	ProjectSection(ProjectDependencies) = postProject
		{F1BEF4F8-A4BF-40B7-BCF7-0AB5A60E02A8} = {F1BEF4F8-A4BF-40B7-BCF7-0AB5A60E02A8}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "resdll", "resDLL\nktres.vcproj", "{125635A0-6C0F-4914-B974-3A19BFEBE6EA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "proxydll", "proxyDLL\msimgproxy.vcproj", "{A73F8F80-7557-4493-8F2F-424FC7939F4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FCA31CD-83CA-4C6D-9141-09CBFEA87C8D}"
	ProjectSection(SolutionItems) = preProject
		hooklib\include\trappola.h = hooklib\include\trappola.h
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "trappola", "trappola\vs80\HookLib\HookLib.vcproj", "{F1BEF4F8-A4BF-40B7-BCF7-0AB5A60E02A8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "trappolautils", "trappola\vs80\HookLibUtils\HookLibUtils.vcproj", "{24221551-8455-4769-AAA7-4A62307C1A4A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B4771BEC-AD04-410D-91E3-C0D5C727B1BB}.Debug|Win32.ActiveCfg = Debug|Win32
		{B4771BEC-AD04-410D-91E3-C0D5C727B1BB}.Debug|Win32.Build.0 = Debug|Win32
		{B4771BEC-AD04-410D-91E3-C0D5C727B1BB}.Release|Win32.ActiveCfg = Release|Win32
		{B4771BEC-AD04-410D-91E3-C0D5C727B1BB}.Release|Win32.Build.0 = Release|Win32
		{125635A0-6C0F-4914-B974-3A19BFEBE6EA}.Debug|Win32.ActiveCfg = Debug|Win32
		{125635A0-6C0F-4914-B974-3A19BFEBE6EA}.Debug|Win32.Build.0 = Debug|Win32
		{125635A0-6C0F-4914-B974-3A19BFEBE6EA}.Release|Win32.ActiveCfg = Release|Win32
		{125635A0-6C0F-4914-B974-3A19BFEBE6EA}.Release|Win32.Build.0 = Release|Win32
		{A73F8F80-7557-4493-8F2F-424FC7939F4B}.Debug|Win32.ActiveCfg = Debug|Win32
		{A73F8F80-7557-4493-8F2F-424FC7939F4B}.Debug|Win32.Build.0 = Debug|Win32
		{A73F8F80-7557-4493-8F2F-424FC7939F4B}.Release|Win32.ActiveCfg = Release|Win32
		{A73F8F80-7557-4493-8F2F-424FC7939F4B}.Release|Win32.Build.0 = Release|Win32
		{F1BEF4F8-A4BF-40B7-BCF7-0AB5A60E02A8}.Debug|Win32.ActiveCfg = Debug|Win32
		{F1BEF4F8-A4BF-40B7-BCF7-0AB5A60E02A8}.Debug|Win32.Build.0 = Debug|Win32
		{F1BEF4F8-A4BF-40B7-BCF7-0AB5A60E02A8}.Release|Win32.ActiveCfg = Release|Win32
		{F1BEF4F8-A4BF-40B7-BCF7-0AB5A60E02A8}.Release|Win32.Build.0 = Release|Win32
		{24221551-8455-4769-AAA7-4A62307C1A4A}.Debug|Win32.ActiveCfg = Debug|Win32
		{24221551-8455-4769-AAA7-4A62307C1A4A}.Debug|Win32.Build.0 = Debug|Win32
		{24221551-8455-4769-AAA7-4A62307C1A4A}.Release|Win32.ActiveCfg = Release|Win32
		{24221551-8455-4769-AAA7-4A62307C1A4A}.Release|Win32.Build.0 = Release|Win32

	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer
Argentina Argentina
C/C++ developer interested on operating systems, reverse engineering, general system programming, CPU architecture, etc.
Now I'm working creating plugins Outlook Plugin Development.

Comments and Discussions