Click here to Skip to main content
15,896,154 members
Articles / Desktop Programming / MFC

MemSpyy

Rate me:
Please Sign up or sign in to vote.
4.95/5 (9 votes)
29 Oct 2007CPOL2 min read 34.7K   793   33  
Using OpenGL to map the virtual memory address space.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MemSpyy", "MemSpyy\MemSpyy.vcproj", "{0E20E117-C196-423F-8A36-A97FBBEA041E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{0E20E117-C196-423F-8A36-A97FBBEA041E}.Debug.ActiveCfg = Debug|Win32
		{0E20E117-C196-423F-8A36-A97FBBEA041E}.Debug.Build.0 = Debug|Win32
		{0E20E117-C196-423F-8A36-A97FBBEA041E}.Release.ActiveCfg = Release|Win32
		{0E20E117-C196-423F-8A36-A97FBBEA041E}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 Code Project Open License (CPOL)


Written By
Web Developer
United States United States
PJ currently works for Avid Technology, and lives in Cambridge, MA. When he isn't coding, you can find him collecting old dusty funk & soul records.

Comments and Discussions