Exemplo n.º 1
0
 public HexagonDisassemblerTests()
 {
     this.arch     = new HexagonArchitecture(CreateServiceContainer(), "hexagon");
     this.addrLoad = Address.Ptr32(0x00100000);
 }
Exemplo n.º 2
0
 public HexagonRewriterTests()
 {
     this.arch     = new HexagonArchitecture(CreateServiceContainer(), "hexagon", new Dictionary <string, object>());
     this.addrLoad = Address.Ptr32(0x00100000);
 }