Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 401 Bytes

Registry Callbacks

Introduction

This was my first attempt writing kernel code and communicating with the kernel, trying to hide it from BattlEye.

The communication method lets you manual map the driver because it registers the callback in a legit module.

Old code, badly written, should only be used for reference.

Credits

yousif - showing the jmp ecx trick