fluxuator/dsf-pack-binaries 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fluxuator/dsf-pack-binaries

Composer 安装命令:

composer require fluxuator/dsf-pack-binaries

包简介

Dune HD System File packer/unpacker binary files

关键字:

README 文档

README

#Dune HD System File packer/unpacker binary files

Installation

In case this package does not work on your system, try compile it from the source from /src directory

Packagist

This package can be found on Packagist and installed with Composer.

Require the package with:

composer.phar require fluxuator/dsf-pack-binaries dev-master

The binary will then be located at:

vendor/fluxuator/dsf-pack-binaries/bin/amd64/dsf_pack

Also a symlink will be created in your configured bin/ folder, for example:

bin/dsf_pack

Usage:

Decode DSF

$ bin/amd64/dsf_pack -d dune_service_test.dsf -o output_file.gz

Encode DSF

$ bin/amd64/dsf_pack -e your_packed_script.gz -o dune_service_test.dsf

Options

  -h          : display usage help (this output)
  -d filename : decode .dsf to outfile.gz
  -e filename : encode infile.gz to .dsf
  -o filename : specify different output filename
  -c filename : compare encode with file
  -v          : verbose it up!

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: C

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-11