예제 #1
0
 public IA64DisassemblerTests()
 {
     this.arch     = new IA64Architecture(CreateServiceContainer(), "ia64");
     this.addrLoad = Address.Ptr64(0x10_0000_0000);
 }
예제 #2
0
 public IA64DisassemblerTests()
 {
     this.arch     = new IA64Architecture(CreateServiceContainer(), "ia64", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr64(0x10_0000_0000);
 }