Skip to content

This project does API hooking using hot patching and IAT patching. It is intended to be used for use as a submodule in other projects to reduce code redundancy.

License

Notifications You must be signed in to change notification settings

elishacloud/Hooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project does API hooking using hot patching and IAT patching. It is intended to be used for use as a submodule in other projects to reduce code redundancy.

License

Copyright (C) 2022 Elisha Riedlinger

This software is provided 'as-is', without any express or implied warranty. In no event will the author(s) be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.

This project uses code from several other projects. Below is a list of locations that source code was taken from:

  • DDrawCompat: Includes code from DDrawCompat for API hooking.
  • DxWnd: Includes code from DxWnd for API hooking.
  • GetFunctionAddress: Includes code from rohitab.com to parse the PE export table.

Development

This project is written to work with Microsoft Visual Studio C++.

About

This project does API hooking using hot patching and IAT patching. It is intended to be used for use as a submodule in other projects to reduce code redundancy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages