StringSource
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
Identifies the source from which a string was extracted.
public enum StringSourceFields
Section titled “Fields”MetadataStrings
Section titled “MetadataStrings”The #Strings metadata heap, containing identifier names used in metadata tables.
Returns: StringSource
MetadataStrings = 1RawBinary
Section titled “RawBinary”Raw printable character sequences extracted directly from the binary.
Returns: StringSource
RawBinary = 2UserStrings
Section titled “UserStrings”The #US (User Strings) metadata heap, containing string literals used in IL code.
Returns: StringSource
UserStrings = 0