Undecompilable Python

前端 未结 2 842
小鲜肉
小鲜肉 2020-12-12 07:50

It is possible to decompile .pyc files: Decompile Python 2.7 .pyc

Is it possible to `compile` python files so there is a human-unreadable code, like the c++

2条回答
  •  悲&欢浪女
    2020-12-12 08:30

    Every system with code encrypting can be attacked as the decrypting key must be somewhere present.

    As such, it is just a question of effort.

提交回复
热议问题