Comment on If you use Emudeck to play Wii U games, you may have malware
SamueruSama@programming.dev 6 hours 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 patht to delete 😭
SpaceNoodle@lemmy.world 5 hours ago
This is why you test your code, people
elvith@feddit.org 3 hours ago
Whew, thankfully it didn’t work on my machine!