From 4d23cf6f611a77ee98ffbccc7a25c1a2405f251f Mon Sep 17 00:00:00 2001 From: Lunar Journal Date: Sun, 15 Dec 2024 11:19:51 +0200 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37daf8e..ece00bb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ It allows for the interception of `x86` and `x86_64` `C/C++` binary functions in The library currently supports two types of function hooks: * `JMP` patch - patches origin function with a `JMP` to detour. -* `INT3` patch - places software breakpoint (`SWBP`) at origin address.
Handles control flow to detour. +* `INT3` patch - places software breakpoint (`SWBP`) at origin address.
+Handles `control flow` to detour. > Note: This project makes use of an internal `x86` instruction length disassembly engine. -- cgit v1.2.3-70-g09d2