Freebasic is a free, open-source Dialect of Basic. It can produce fast, small and native Executables and DLLs. With no need for explicit declaration(s) of any Win32 API Function(s) followed by full inline ASM support, it turned out to be more reliable, efficient and powerful than other Basic dialects that i had (have) seen so far. With a helpful community available voluntarily available 24x7 for your help, it was a perfect Basic Language for both beginners and experts alike. It soon proved to be more powerful than it actually seemed. I found a Sample Kernel Mode Device Driver in the FBC\examples\windows\ddk\driver\ . The Sample Device Driver was written by a Freebasic Member called VoodooAttack . I wanted to give it a try. I started by taking a look at the Code in Freebasic Driver Sample FBC\examples\windows\ddk\driver\DRIVER.BAS . The Code is: '' NT driver example, written by voodooattack #include once "win\ddk\winddk...
Basic understanding of some Information Technology