Post #1800938
2026-04-30 08:40 UTC
@gwen@tech.lgbt I don't think a human wrote the Python at least, I haven't looked in to the ELF. It's clearly not machine minified, and if a human did that I'm very disappointed in them.
Basic things like socket.recv doesn't throw since Python 3.5, so there's no need for the try. Even if you were targeting pre-3.5 you don't need it there.
I agree that it's just trying to sound scary, but it doesn't need to be this obfuscated.
Replies (1)
-
@diazona@techhub.social 2026-04-30 17:30
@sitharus@cloudisland.nz @gwen@tech.lgbt huh I looked into that and it throws OSError for me