알쓸전컴(알아두면 쓸모있는 전자 컴퓨터)

windows api 후킹 도와 주는 라이브러리 본문

리버싱

windows api 후킹 도와 주는 라이브러리

백곳 2018. 12. 12. 10:47

windows api 후킹 도와 주는 라이브러리


windows api 후킹을 도와 주는 라이브러리 인데

C# 으로도 서포팅 된다.


EasyHook


https://github.com/EasyHook/EasyHook


위에가 오픈 소스 사이트 이며


EasyHook - Tutorials

The reinvention of Windows API Hooking

Home | Downloads | Documentation | TutorialsView on GitHub

Managed Tutorials (C#/.NET)

  1. Creating a local hook

  2. Creating a remote file monitor

Native/unmanaged Tutorials (C++)

  1. Using EasyHook with C++

  2. Installing a remote hook using EasyHook with C++

  3. Manually adding EasyHook to your C++ project

Any tutorial requests, feedback, errors or questions please head over to the tutorial source GitHub repository found here.

Tutorial 도 잘 되어 있다.



추후에 보다 쉽게 후킹이 가능 할듯 하다.


Comments