diff --git a/README.md b/README.md index b23c670..7b86e86 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # BEDaisy -reverse engineering of bedaisy.sys (battleyes kernel driver) \ No newline at end of file +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. + + \ No newline at end of file