Skip to content

Can you write a no-deps, kernel-only, windows program?

License

Notifications You must be signed in to change notification settings

ldematte/HelloKernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloKernel

Can you write a no-deps, kernel-only, windows program?

Start with a simple "Hello world" (written in a file), C console application, HelloCLib.

Step 1: remove all dependencies on the CRT (C Runtime library/DLL), use only Win32 functions: HelloWin32

Step 2: remove dependencies on kernel32 etc., and use only the Native API (ntdll.dll) HelloNative

Step 3: remove dependency on ntdll, trap directly into the kernel (ntoskrln): HelloKernel

About

Can you write a no-deps, kernel-only, windows program?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published