コード例 #1
0
 protected abstract bool Match(ImageSection section);
コード例 #2
0
 protected override bool Match(ImageSection section)
 {
     return(section.Type.ContainsUninitializedData);
 }
コード例 #3
0
 protected override bool Match(ImageSection section)
 {
     return(section.Type.ContainsCode);
 }