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