BloodHoundAD / SharpHoundCommon

Common library used by SharpHound.
GNU General Public License v3.0
77 stars 47 forks source link

Fix CollectAllProperties flag and clean up reserved attributes #67

Closed rvazarkar closed 1 year ago

rvazarkar commented 1 year ago

Description

The CollectAllProperties flag was not working at all due to the call to IsTextUnicode pretty much always returning false

Motivation and Context

https://github.com/BloodHoundAD/SharpHound/issues/56

How Has This Been Tested?

Types of changes

Checklist: