Skip to content

MkfsSion/BlobsTool

Repository files navigation

BlobsTool Codacy Badge

Contents

  • Introduction
  • Build
  • Usage
  • Contribution

Introduction

A simple tool written in C++ for processing proprietary blobs list(Still on development).

Build

The tool is using cmake as its build system for generating makefiles and depends on openssl library for generating SHA1.

ArchLinux

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

Usage

Reorder blobs

blobstool -s -i path_to_list_file -o output_file

Generate SHA1 for blobs

From source path

blobstool -u s -p path_to_top_directory -i path_to_list -o output_file

From destination path

blobstool -u d -p path_to_top_directory -i path_to_list -o output_file

Show help

blobstool -h

Show version

blobstool -v

Note: path_to_top_directory means the path that can access a blob with its realitive path

Contribution

Issues and pull requests are welcomed.

About

A simple tool to process proprietary blobs

Resources

License

Stars

Watchers

Forks

Packages

No packages published