Click here to Skip to main content
15,896,118 members
Articles / Programming Languages / ASM

Powerful x86/x64 Mini Hook-Engine

Rate me:
Please Sign up or sign in to vote.
4.92/5 (40 votes)
10 Apr 2008CPOL8 min read 195.7K   6.4K   196  
A powerful x86/x64 Hook-Engine

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NtHookEngine_Test", "NtHookEngine_Test\NtHookEngine_Test.vcproj", "{C4C80090-E25D-4920-A446-4C9CB4345EDA}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Debug|x64 = Debug|x64
		Release|Win32 = Release|Win32
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C4C80090-E25D-4920-A446-4C9CB4345EDA}.Debug|Win32.ActiveCfg = Debug|Win32
		{C4C80090-E25D-4920-A446-4C9CB4345EDA}.Debug|Win32.Build.0 = Debug|Win32
		{C4C80090-E25D-4920-A446-4C9CB4345EDA}.Debug|x64.ActiveCfg = Debug|x64
		{C4C80090-E25D-4920-A446-4C9CB4345EDA}.Debug|x64.Build.0 = Debug|x64
		{C4C80090-E25D-4920-A446-4C9CB4345EDA}.Release|Win32.ActiveCfg = Release|Win32
		{C4C80090-E25D-4920-A446-4C9CB4345EDA}.Release|Win32.Build.0 = Release|Win32
		{C4C80090-E25D-4920-A446-4C9CB4345EDA}.Release|x64.ActiveCfg = Release|x64
		{C4C80090-E25D-4920-A446-4C9CB4345EDA}.Release|x64.Build.0 = Release|x64
	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 Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
The languages I know best are: C, C++, C#, Assembly (x86, x64, ARM), MSIL, Python, Lua. The environments I frequently use are: Qt, Win32, MFC, .NET, WDK. I'm a developer and a reverse engineer and I like playing around with internals.

You can find most of my work at http://ntcore.com.

Comments and Discussions