Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 739 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 739 Bytes

tinyhook

A tiny inline hook framework for Windows, support x86, x64 and ARM64 now.

Thanks to oblique, the insn_len.h is copied from https://github.com/oblique/insn_len with some modification.

This framework is created to do some tests, and to keep simple, so it does not provide some common features, one need to implement by self.


tinyhook 是一个微型的 inline hook 框架,适用于 Windows 操作系统,目前支持 x86、x64 和 ARM64 处理器架构。

感谢 oblique,insn_len.h 是从 https://github.com/oblique/insn_len 复制过来的,并进行了一些修改。

该框架是出于测试的目的创建的,同时为了确保简单,因此不提供一些常见功能,如果需要请自行实现。