Hi is there any method so i can restart scapy while the script is still running?
I change an interface MAC address and i need to restart Scapy in order to see the changes.
Thanks!
Thanks Helmut for your interest. I managed to solve the problem by making a .bat file with commands from here: Change MAC from cmd and then call .bat file from python.
Initialy i was trying to use Popen to execute commands from script but no modifications to registry were made.