spython
spython copied to clipboard
基于AES加密算法的python源码加密 (Encryption of Python source code based on AES encryption algorithm)
Python/decrypt_source_file.c: 在函数‘dopen’中: Python/decrypt_source_file.c:41:9: 警告:passing argument 1 of ‘decrypt_open’ discards ‘const’ qualifier from pointer target type [默认启用] return decrypt_open(pathname); ^ Python/decrypt_source_file.c:6:12: 附注:需要类型‘char *’,但实参的类型为‘const char *’ static int decrypt_open (char *filename); ^...
为了指定文件在回调函数里面处理加解密操作,在_io_FileIO___init___imp函数里增加了回调函数 ,  ModuleCallBack 的定义如下  但是回调函数ModuleCallBack的值是空的, 没有被赋值。 实际程序main里面已经赋值了。   setModuleCallBack是主程序定义的函数体 请问这个cpython如更改,增加一个回调函数,给在主程序里面处理加解密操作?
pip无法使用
系统:Centos7.9 GCC版本:4.8.5 make之后,make install报错pip无法安装