To use the provided binary DLL and SO files for select operating systems. Just download them using the links below and put them in the required location.
Windows
- encrypt.dll for 32bit Windows (Direct Link)
- encrypt_64.dll for 64bit Windows (Direct Link)
macOS
- encrypt.so for macOS (Direct Link)
Ubuntu
- encrypt.so for 64bit Ubuntu (Direct Link)
If you need encrypt.so for an operating system we do not currently provide for then you will have to compile it yourself using these directions:
git clone https://github.com/OfficialRepo/PokiLib.git
cd PokiLib
make
You will no have an encrypt.so
file that you can copy to the required location.
To build this on Windows you need Visual Studio and the provided Visual Studio Command Prompt. For this compile I used Visual Studio 2015 Community Edition.
- Open
VS2015 x86 Native Tools Command Prompt
- Run
build_dll.bat
- Open
VS2015 x64 Native Tools Command Prompt
- Run
build_dll_64.bat
- Unknown6 team for figuring this out
- Raw files came from pgoencrypt.tar.gz
- I claim nothing more than compiling the binary dll files and adding the
build_dll.bat
andbuild_dll_64.bat
files and file.