You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
In the Entity[State/Item]RegistryTypeType, we should make the following changes to more accurately reflect the different possible data types in the Windows registry:
reg_dword_little_endian should be deprecated or removed (it is defined to have the same value as reg_dword)
reg_qword_little_endian should be deprecated or removed (it is defined to have the same value as reg_qword)
reg_resource_list should be added
reg_full_resource_descriptor should be added
reg_resource_requirements_list should be added
The text was updated successfully, but these errors were encountered:
Deprecated reg_dword_little_endian and reg_qword_little_endian registry
types. Fixed documentation on TIMEQ_FOREVER value.
Part of OVALProject#243. FixesOVALProject#189.
Initially I had only deprecated the little endian values. I plan to add the three new registry types for usability but would like to note that additional documentation should be provided wherever a value of this type may be expected, such as ntuser__/value and registry__/value.
In the Entity[State/Item]RegistryTypeType, we should make the following changes to more accurately reflect the different possible data types in the Windows registry:
The text was updated successfully, but these errors were encountered: