You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
297 B

4 years ago
# BEDaisy
4 years ago
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
4 years ago
we want and have control flow over subsequent functions.
<img src="https://imgur.com/NFGyGrY.png"/>