Click here to Skip to main content
15,897,371 members
Articles / Programming Languages / ASM

The Beginners Guide to Codecaves

Rate me:
Please Sign up or sign in to vote.
4.98/5 (116 votes)
27 Aug 2007CPOL48 min read 349.2K   4K   224  
This is a complete beginners guide to codecaves that covers the main topics of: what a codecave is, what a codecave can be used for, and how to use a codecave.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PinballCodecave", "PinballCodecave\PinballCodecave.vcproj", "{9FE8AB2F-D104-47F4-A707-EE7D3CF01FF4}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PinballLoader", "PinballLoader\PinballLoader.vcproj", "{EF3AE296-2E70-4BF0-A742-EF614B6C0F0B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{9FE8AB2F-D104-47F4-A707-EE7D3CF01FF4}.Debug.ActiveCfg = Debug|Win32
		{9FE8AB2F-D104-47F4-A707-EE7D3CF01FF4}.Debug.Build.0 = Debug|Win32
		{9FE8AB2F-D104-47F4-A707-EE7D3CF01FF4}.Release.ActiveCfg = Release|Win32
		{9FE8AB2F-D104-47F4-A707-EE7D3CF01FF4}.Release.Build.0 = Release|Win32
		{EF3AE296-2E70-4BF0-A742-EF614B6C0F0B}.Debug.ActiveCfg = Debug|Win32
		{EF3AE296-2E70-4BF0-A742-EF614B6C0F0B}.Debug.Build.0 = Debug|Win32
		{EF3AE296-2E70-4BF0-A742-EF614B6C0F0B}.Release.ActiveCfg = Release|Win32
		{EF3AE296-2E70-4BF0-A742-EF614B6C0F0B}.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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions