Skip to content

thalium/WinDbgFastObj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This project optimizes the kdexts!FindObjectByName to increase the speed of native object name resolution.

Build

CMAKE is required to generate the whole project.

Generate the solution

From the root directory, creates a build directory. In this build directory :

cmake ..

Build

cmake --build . --config Release

Usage

You just have to load the module:

kd> .load WinDbgFastObj.dll
The kdexts!FindObjectByName is now optimized.
You can try !object, !drvobj, !devobj, !devstack...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published