From 274c4b50f35560301bd532243fbbd4ba64e38cc6 Mon Sep 17 00:00:00 2001 From: xerox Date: Thu, 10 Sep 2020 06:57:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5302bd9..9de58c9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # BEDaisy reverse engineering of bedaisy.sys (battleyes kernel driver). By registering on image load callbacks and IAT hooking BEDaisy's `MmGetSystemRoutineAddress` we can simply hook any imports -we want and have control flow over subsequent functions. +we want and have control flow over subsequent functions. Write up can be found here: https://back.engineering/post/battleye/