protected abstract bool Match(ImageSection section);
 protected override bool Match(ImageSection section)
 {
     return(section.Type.ContainsUninitializedData);
 }
 protected override bool Match(ImageSection section)
 {
     return(section.Type.ContainsCode);
 }