Skip to content

Dont Call Me Back - Dynamic kernel callback resolver. Scan kernel callbacks in your system in a matter of seconds!

Notifications You must be signed in to change notification settings

GetRektBoy724/DCMB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

DCMB - Dont Call Me Back

"I really want to remove AC/AV/EDR's kernel callback, but i dont like working with offsets and/or signature". Well, not anymore! DCMB will help you to find those callbacks dynamically. DCMB's objective is to find kernel callback list/array without using signatures or offset across multiple Windows version. This project is not intended to being integrated to your project, instead you should learn the logics thats used on this project. Contributions and bug reports are really appreciated!

Supported Callback

  • Process Creation Callback (Returns PspCreateProcessNotifyRoutine array address)
  • Thread Creation Callback (Returns PspCreateThreadNotifyRoutine array address)
  • Image Load Callback (Returns PspLoadImageNotifyRoutine array address)
  • Registry RW Callback (Returns CallbackListHead doubly linked list address)
  • Object Creation Callback (Both Process and Thread object) (Returns PsProcessType's and PsThreadType's CallbackList linked list address)
  • Driver/Image VerificationCallback (Returns ExCbSeImageVerificationDriverInfo callback object address)

Usage

Compile them, enable test signing mode, load it, and view the results through DebugView image

About

Dont Call Me Back - Dynamic kernel callback resolver. Scan kernel callbacks in your system in a matter of seconds!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages