|
Well I hoped to have some working code by now but have not had the time.
I was a bit discouraged to find a lack of assembly/masm examples using ntcreate/deletekey, or much of anything on the native API in assembly.
So I will likely have to butcher the sysinternals example code and write something in C with it to do the job.
I'm still a bit amazed that windoze would provide an open API using ANSI and a closed (hidden) API providing unicode. Why not have just had functions like RegOpenKeyExW for wide character support. Or just have hade the whole access method unicode from the start... but that's microsoft I guess.
-bg
|