MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / removeMacAddressSpoof

Function removeMacAddressSpoof

src/helper/windows/process_command.cpp:697–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697std::string removeMacAddressSpoof(const std::string &pars)
698{
699 std::wstring interfaceName;
700 deserializePars(pars, interfaceName);
701 MacAddressSpoof::remove(interfaceName);
702 return std::string();
703}
704
705std::string resetNetworkAdapter(const std::string &pars)
706{

Callers 2

applyAndRemoveSpoofsMethod · 0.85
removeSpoofsMethod · 0.85

Calls 2

deserializeParsFunction · 0.85
removeFunction · 0.70

Tested by

no test coverage detected