pyprotect
pyprotect copied to clipboard
A lightweight python code protector, makes your python project harder to reverse engineer
如果依赖包是zip文件,怎么处理呢
1. After make, i get the file "libpyprotect.cpython-37m-x86_64-linux-gnu.so", then from the same directory i do "import libpyprotect" i get ModuleNotFound error, 2. Then I rename it to "libpyprotect.so". Now when...
OS: Debian (last version) Python: 3.8.x and 3.9.x - 64bits ``` root@milani:~/Desktop/pybind11-2.6.0# cd build && cmake .. && make -- The CXX compiler identification is GNU 10.2.0 -- Detecting CXX...
I run in windows, and have error with padding. > [error] padding=210 ``` struct ModLoader { #ifdef DEBUG printf("[error] padding=%d\n", padding); #endif } ```
Dear ga0 Could you make a new make file which can build the libpyprotect.cpython-37m-x86_64-windows-gnu.dll for windows 10?
The way pyprotect.cpp would read the file was causing errors in windows, so i did fix that. https://github.com/elis-k/pyprotect Enjoy
起tornado这样的服务时候如果用加密的程序就会停止,不知道有没什么解决方法
When this project will support python 2? If it will be. :)
Esta seria la solución: 1.- Instalar Mingw 2.- Instalar cmake 3.- Tener Pybind dentro de carpeta deps 4.- Tener listo el programa Codelite, con el compilador c++ configurado (mingw). 5.-...