Skip to content

Commit

Permalink
Added some more debug directory types.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkinsella committed Jan 30, 2016
1 parent 02b5b3b commit 87a2df9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Src/Workshell.PE/Debug/DebugDirectory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,15 @@ public enum DebugDirectoryType
[EnumAnnotation("IMAGE_DEBUG_TYPE_RESERVED10")]
Reserved = 10,
[EnumAnnotation("IMAGE_DEBUG_TYPE_CLSID")]
CLSID = 11
CLSID = 11,
[EnumAnnotation("IMAGE_DEBUG_TYPE_VC_FEATURE")]
VCFeature = 12,
[EnumAnnotation("IMAGE_DEBUG_TYPE_POGO")]
POGO = 13,
[EnumAnnotation("IMAGE_DEBUG_TYPE_ILTCG")]
ILTCG = 14,
[EnumAnnotation("IMAGE_DEBUG_TYPE_MPX")]
MPX = 15
}

public class DebugDirectory : ILocationSupport, IRawDataSupport
Expand Down

0 comments on commit 87a2df9

Please sign in to comment.