SamueruSama
@SamueruSama@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on If you use Emudeck to play Wii U games, you may have malware 4 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, sormgets a literal/*as the patht to delete 😭