Esempio n. 1
0
        public IRedTeamContext CreateContext()
        {
            var device = _saveManager.FindDeviceById(_hackable.DeviceId);
            var nic    = _netSim.GetNetworkInterface(device);

            var ctx = new HackContext(this, device, nic);

            return(ctx);
        }