How can i search the kernel using windbg to find manually loaded modules? basically how can i search for something like MZ or "this program.." in the entire kernel in an efficient way without causing the system to crash?
i guess one way is to use .imgscan but I'm not sure how can i use it properly to search the entire kernel (considering manually loaded modules can be loaded anywhere right?)