Geoff Black

Results 6 comments of Geoff Black

It seems the problem is that `account.archive_msg_folder_root` is instantiated with `root=Root` instead of `root=ArchiveRoot`. I haven't quite worked out what's happening, but it appears to be in the folder resolution...

+1 on the issue - I just ran into 0x00002012 today (along with 0x00000011 and 0x00000012, which python-registry does not handle).

I think introducing separate methods per data type set is the wrong thing to do, and not just for backwards compatibility. In the short term, I like fixing the mask...

@williballenthin I've just read through raw_data() and realized your implementation there is problematic for this, as well. Take, for example, the case of RegMultiSZ (0x07). In the DevPropType list 0x00000007...

Just to follow up - I do indeed have a registry value with 4 bytes of data where `raw_data()` returns an empty byte string due to using the wrong data...

You can find samples of these values in the SANS Donald Blake Windows 8.1 image in various keys under `Control\DeviceContainers`. If you don't have that lying around, shoot me an...