python 编译反编译
摘要:def test(): print(1+1) if __name__ == '__main__': test() ''' pip install uncompyle6 编译 python -m py_compile test.py 生成test.pyc文件 反编译 uncompyle6 test.p
阅读全文
posted @ 2021-12-20 14:53
posted @ 2021-12-20 14:53
posted @ 2021-12-20 14:43
posted @ 2021-12-10 16:26
posted @ 2021-12-07 16:55
posted @ 2021-12-06 14:01