コード例 #1
0
 public void Setup()
 {
     this.arch = new OpenRISCArchitecture(CreateServiceContainer(), "openRisc", new Dictionary <string, object>());
     this.addr = Address.Ptr32(0x00100000);
 }
コード例 #2
0
 public void Setup()
 {
     this.arch = new OpenRISCArchitecture("openRisc");
     this.addr = Address.Ptr32(0x00100000);
 }