• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows Kernel Hacking

route66

Senior member
I have an SDIO device that I want to reverse engineer. I believe if I can debug the Windows driver sdbus.sys then I could glean the information about how to use this device.

So, is there some way I can trap the messages sent to sdbus.sys?

What if I wrote a wrapper sdbus.sys, how would I go about doing this?

Yes, some noobish questions.
 
well the 2000 source was leaked awhile back that would probably help you zero in on the exact stuff you're looking for.
 
Win32 DDK

Start small like a direct serial/parallel I/O port driver or a ram disk or USB storage device driver and learn the framework and go from there.
 
Back
Top