Nuitka is interesting. The articlenotes that it compiles python to bytecode, instead of bundling an interpreter, which is true.
But what the article doesn't mention is that Nuitka has a paid version, which includes a feature of code/binary obfuscation, in order to make reverse engineering more difficult. I wonder if hackers used the paid version?