﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1427	RegWite REG_BINARY wites data to registry that cannot read by other application	grabalife@…		"This command worked fine in v3.2.12.0
RegWrite(""\\"" & $device & ""\HKLM\SOFTWARE\SOMETHING\Default"", ""Password"", ""REG_BINARY"", ""DBD83CFD727A1458"")

Result with v3.2.12.0
[HKEY_LOCAL_MACHINE\SOMETHING\Default]
""Password""=hex:db,d8,3c,fd,72,7a,14,58

Result with V3.3.3.2 and V3.3.4.0
[HKEY_LOCAL_MACHINE\SOMETHING\Default]
""Password""=hex:44,42,44,38,33,43,46,44,37,32,37,41,31,34,35,38

New behaviour of RegWrite for binary string does not produce good results. Values written by 3.3.2 and 3.3.4 are not correct for other application (not written in AutoIT) to read and are ignored."	Bug	closed		AutoIt	3.3.3.2	None	No Bug		
