有魅力航空

文章
4
资源
0
加入时间
3年2月3天

使用cython加密python代码

test.py如下:list2 = [4,3,2,1]list3 = sorted(list2)print list2加密方法:cython test.py --embed运行方法:gcc python-config --cflags -o test test.c python-config --ldflags./test