示例#1
0
 public EtraxDisassemblerTests()
 {
     this.arch = new EtraxArchitecture(CreateServiceContainer(), "etrax", null);
     this.addr = Address.Ptr32(0x0010_0000);
 }
示例#2
0
 public EtraxRewriterTests()
 {
     this.arch     = new EtraxArchitecture(CreateServiceContainer(), "etrax", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr32(0x0010_0000);
 }