示例#1
0
 public State(String exeName)
 {
     CType.decompiler = this;
     Instructions = new XenonInstructions(this);
     Instructions.SetupTables();
     Pe = new XPeParser(exeName);
 }
示例#2
0
 private State()
 {
     CType.decompiler = this;
     Instructions = new XenonInstructions(this);
     Instructions.SetupTables();
 }