Ejemplo n.º 1
0
 public XCoreRewriterTests()
 {
     this.arch = new XCore200Architecture(CreateServiceContainer(), "xcore", new Dictionary <string, object>());
     this.addr = Address.Ptr32(0x00100000);
 }
Ejemplo n.º 2
0
 public XCore200DisassemblerTests()
 {
     this.arch = new XCore200Architecture(CreateServiceContainer(), "xcore");
     this.addr = Address.Ptr32(0x00100000);
 }