No description
| license | ||
| testx | ||
| .gitattributes | ||
| .gitignore | ||
| ChunkManager.cpp | ||
| ChunkManager.h | ||
| CompressionManager.cpp | ||
| CompressionManager.h | ||
| CreateCargo.cpp | ||
| CreateCargo.h | ||
| DataStruct.h | ||
| EncryptionManager.cpp | ||
| EncryptionManager.h | ||
| expak.sln | ||
| ExtractCargo.cpp | ||
| ExtractCargo.h | ||
| icon.ico | ||
| LICENSE.txt | ||
| README.md | ||
| resources.rc | ||
| TimeStamp.h | ||
| Tui.cpp | ||
| Tui.h | ||
| ViewCargo.cpp | ||
| ViewCargo.h | ||
| voidcmd.cpp | ||
| voidcmd.vcxproj | ||
| voidcmd.vcxproj.filters | ||
| xxhash.dll | ||
EXPAK
A terminal program for creating data containers dedicated to your own projects.
=========================================================================================
Bulding:
Your compiler must support C++17
Visual Studio 2022
CMAKE --soon--
=========================================================================================
Using:
expak -{parameter} {catalog} -> to create container
expak -{parameter} {file.pak} -> to extract or listing files in container
**-c - Packing catalog width compressing all files**
\*\*-r - Raw files\*\*
\*\*-c - Compressing\*\*
\*\*-e - Encrypted\*\*
\*\*-s - Compressing and encrypted\*\*
\*\*-f - Packing catalog width unique config for individual files (look on under section)\*\*
\*\*-x - Extract files from contener\*\*
\*\*-ls - Listing files in contener\*\*
=========================================================================================
Components:
libsodium - https://github.com/jedisct1/libsodium
xxHash - https://github.com/Cyan4973/xxHash.git