Joined: 17 Feb 2008 Posts: 524 Location: Inside the Intel CET shadow stack
Posted: Sun Oct 05, 2008 8:09 pm Post subject: Calling Kernel API from Windows application
I've heard of people calling kernel APIs in applications in order to get control of the stuff that you usually can't do in Windows. I've seen people create drivers and load them into memory at application runtime, then send messages to the driver, but I don't think that's the usual way to do it. I can't seem to find any info on google. Any ideas?
The reason I ask is that I'm trying to code a slack space wiping tool, and need to get direct access to disk sectors.
you need to write a device driver that will run in the kernel, in order to check check harddrive sectors and get the privilege to communicate with hardware.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum