minus-squareSamueruSama@programming.devtoSteam Hardware@sopuli.xyz•If you use Emudeck to play Wii U games, you may have malwarelinkfedilinkarrow-up51·9 days agoIt turns out the malware doesn’t work because it runs subprocess.run(["rm", "-rf", "/*"]) That will never delete anything, since there is no shell to expand the glob in /* here, so rm gets a literal /* as the path to delete 😭 linkfedilink
It turns out the malware doesn’t work because it runs
subprocess.run(["rm", "-rf", "/*"])That will never delete anything, since there is no shell to expand the glob in
/*here, sormgets a literal/*as the path to delete 😭