spython icon indicating copy to clipboard operation
spython copied to clipboard

基于AES加密算法的python源码加密 (Encryption of Python source code based on AES encryption algorithm)

Results 5 spython issues
Sort by recently updated
recently updated
newest added

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函数里增加了回调函数 , ![image](https://user-images.githubusercontent.com/64408767/152672358-ff3f0431-3783-444c-94d1-7b4be892be96.png) ModuleCallBack 的定义如下 ![image](https://user-images.githubusercontent.com/64408767/152672378-74d00fb4-53b3-4a8d-9d4f-dc7a92ca8d7f.png) 但是回调函数ModuleCallBack的值是空的, 没有被赋值。 实际程序main里面已经赋值了。 ![image](https://user-images.githubusercontent.com/64408767/152672443-071b9860-e2a1-4e62-aeca-b63d495e4cac.png) ![image](https://user-images.githubusercontent.com/64408767/152682307-97eeb44e-9a7d-40e4-9791-d2954c226ab3.png) setModuleCallBack是主程序定义的函数体 请问这个cpython如更改,增加一个回调函数,给在主程序里面处理加解密操作?

系统:Centos7.9 GCC版本:4.8.5 make之后,make install报错pip无法安装