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