It is possible in FASM to create the file VxD?
I don't think FASM can right now -- as it can not create LE files. I may be wrong though.
Iczelion's Tutorials provide information on VxD's, if you also need that.
Iczelion's Tutorials provide information on VxD's, if you also need that.
I don't think FASM can right now -- as it can not create LE files. I may be wrong though.
I'd say thats's a truth with modification, you can if you know the format of LE files, create the file in raw mode (doing the header your self). One question though, isn't VxDes something of the "past", should it be replaced with KMD (or what ever it's called, I'm not into driver development.
You might be able to use an external linker to create the LE file.