Skip to content

StringSource

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

Identifies the source from which a string was extracted.

public enum StringSource

The #Strings metadata heap, containing identifier names used in metadata tables.

Returns: StringSource

MetadataStrings = 1

Raw printable character sequences extracted directly from the binary.

Returns: StringSource

RawBinary = 2

The #US (User Strings) metadata heap, containing string literals used in IL code.

Returns: StringSource

UserStrings = 0