Esempio n. 1
0
 public x86GdbStub(string host, int port)
     : base(host, port)
 {
     Registers = new x86GdbRegisters(this);
 }
Esempio n. 2
0
 public x86GdbStub(string host, int port) : base(host, port)
 {
     Registers = new x86GdbRegisters(this);
 }