ollydbg is good also used the program on this page to get the syscalllekt wrote:enjoy it!sbgk wrote:wow, finally got it working for waitforsingleobject, what a difference.
I'm using win 10 and the syscall is 851972, would you believe.
Now if I can get deviceiocontrolfile working.
thanks for your help.
i use onboard laptop sound card, so can't test deviceiocontrolfile with KS, can you upload dll file set of win10, will learn something from it. many api functions on my win8 don't work when i use syscall, hmm...
Try NtCreateFile, NtReadFile,... maybe work for you on win10.
http://www.evilsocket.net/2014/02/11/on ... oNNX6.dpbs
what's the point of doing functions not in the render loop ?
wavecyclic kernel streaming just uses ntwaitforsingleobject and ntdeviceiocontrolfile, you should be able to use wavert which uses gather/scatter with inbuilt cards, but programming a bit more complicated.
How do you work out how the parameters are handled eg the mov r10, hEvent ?