Comment on If you use Emudeck to play Wii U games, you may have malware

<- View Parent
SamueruSama@programming.dev ⁨6⁩ ⁨hours⁩ ago

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, so rm gets a literal /* as the patht to delete 😭

source
Sort:hotnewtop