From fcdb906a7b2f6557871096b5eea43d7c955a8239 Mon Sep 17 00:00:00 2001 From: memN0ps <89628341+memN0ps@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:55:59 +1300 Subject: [PATCH] Syscall Hooking Via Extended Feature Enable Register (EFER) Article Great article. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71ffa89..10d82e7 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Big thanks to the amazing people and resources that have shaped this project. A - [MMU Virtualization via Intel EPT](https://revers.engineering/mmu-virtualization-via-intel-ept-index/) - [Patchguard: Hypervisor Based Introspection [P1]](https://revers.engineering/patchguard-detection-of-hypervisor-based-instrospection-p1/) - [Patchguard: Hypervisor Based Introspection [P2]](https://revers.engineering/patchguard-detection-of-hypervisor-based-instrospection-p2/) + - [Syscall Hooking Via Extended Feature Enable Register (EFER)](https://revers.engineering/syscall-hooking-via-extended-feature-enable-register-efer/) - **[Sina Karvandi (@Intel80x86)](https://github.com/SinaKarvandi)**: For the extensive Hypervisor From Scratch series: - [Tutorial Series](https://rayanfam.com/tutorials/)