Beispiel #1
0
 public Sections(StringTable stringTable, bool is64bit)
 {
     this.is64bit     = is64bit;
     this.stringTable = stringTable;
     sections[""]     = new Section("", 0, 16, is64bit);
 }