예제 #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);
 }