View Single Post
  #10  
Old 07-03-2005, 10:34
bgrimm bgrimm is offline
Friend
 
Join Date: Jan 2004
Location: South of The North Pole
Posts: 66
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 3 Times in 3 Posts
bgrimm Reputation: 0
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
Reply With Quote