Quote:
|
Originally Posted by codeX
Very interesting...
What is this "embed NULL character in registry key" tecnology and why it cann't be handled by REGEDIT.
|
Difference is RegEdit using Win32 API ANSI functions, and Native API using UNICODE. So RegEdit cannot process the extra/embedded Null.
The Registry key was written with UNICODE NTCreateKey. So all operations on it would have to be using Native API functions.
-bg