Exemple #1
0
 public MCoreDisassemblerTests()
 {
     this.arch     = new MCoreArchitecture(CreateServiceContainer(), "mcore");
     this.addrLoad = Address.Ptr32(0x8000);
 }
 public MCoreDisassemblerTests()
 {
     this.arch     = new MCoreArchitecture(CreateServiceContainer(), "mcore", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr32(0x8000);
 }