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