# registry-callbacks **Repository Path**: z9066/registry-callbacks ## Basic Information - **Project Name**: registry-callbacks - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-15 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/haram) - showing the `jmp ecx` trick