Ejemplo n.º 1
0
 protected abstract bool Match(ImageSection section);
Ejemplo n.º 2
0
 protected override bool Match(ImageSection section)
 {
     return(section.Type.ContainsUninitializedData);
 }
Ejemplo n.º 3
0
 protected override bool Match(ImageSection section)
 {
     return(section.Type.ContainsCode);
 }