
Zitat von
temp001
Not unless there's no High profile, which is the case sometimes. What you could do is unpack the PyInstaller binary, extract the .pyc files from the big .pyz archive and use uncompyle6 on the netflix36.pyc bytecode file, which would give you the original python script. Change it so that I simply skips the high profile, done. After that you just have to figure out how to reassemble it, which is where I'm stuck at the moment lmao