Click here to Skip to main content
15,886,518 members
Articles / Desktop Programming / Win32

Three Steps Down the Stairs: From Win32 User-Land through Native API to Kernel

Rate me:
Please Sign up or sign in to vote.
4.85/5 (10 votes)
1 Apr 2009CPOL10 min read 55K   1.6K   61  
This project application will "travel" through the Windows system to finally reach the kernel, from ring 3 to ring 0.
You can simply compile the project in this folder to see how it works and if you got windows installed in c:\ drive, for this you just dev-c++ or just gcc compiler. Or you can simply run an executable, it will install native application and reboot your system. I have tested this on windows installed on VMWare.
For any questions or suggestions -> cross@x1machine.com

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer ORM
Poland Poland
codeceptive[at]gmail.com

Comments and Discussions