- Introduction
- Build
- Usage
- Contribution
A simple tool written in C++ for processing proprietary blobs list(Still on development).
The tool is using cmake as its build system for generating makefiles and depends on openssl library for generating SHA1.
sudo pacman -S git openssl cmake make gcc
git clone https://github.com/MkfsSion/BlobsTool.git BlobsTool
cd BlobsTool
mkdir out
cd out
cmake -DCMAKE_BUILD_TYPE=Release ..
make
blobstool -s -i path_to_list_file -o output_file
blobstool -u s -p path_to_top_directory -i path_to_list -o output_file
blobstool -u d -p path_to_top_directory -i path_to_list -o output_file
blobstool -h
blobstool -v
Note: path_to_top_directory
means the path that can access a blob with its realitive path
Issues and pull requests are welcomed.