You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm considering to generate only
RFT
mode scripts, the most benefit is:they're pure Python scripts
But the disadvantage is:
all import module/package names, builtin names, and string constants can't be obfuscated
If try to hide these plain names, it still need c extension module and not pure scripts.
Is it worth or any other good idea?
Beta Was this translation helpful? Give feedback.
All reactions