예제 #1
0
 public VaxDisassemblerTests()
 {
     this.arch = new VaxArchitecture(new ServiceContainer(), "vax");
 }
예제 #2
0
 public VaxDisassemblerTests()
 {
     this.arch = new VaxArchitecture(new ServiceContainer(), "vax", new Dictionary <string, object>());
 }
예제 #3
0
 public VaxDisassemblerTests()
 {
     this.arch = new VaxArchitecture(CreateServiceContainer(), "vax", new Dictionary <string, object>());
     this.addr = Address.Ptr32(0x00100000);
 }
예제 #4
0
 public VaxDisassemblerTests()
 {
     this.arch = new VaxArchitecture("vax");
 }