Skip to content

Appends zip archives to other file, while keeping the archive valid.

Notifications You must be signed in to change notification settings

CreoValis/ZipAppendTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Zip Append tool

Very simple tool to append a valid zip archive to an arbitrary file. This tool modifies the internal offsets in the zip archive, to keep the appended archive valid.

Usage: ZipAppend ZipFile TargetFile

Does not support zip archives with archive comments.

The code is as simple as it gets. There's a project for Visual Studio 2012, though the code will most likely to build cleanly with any compiler that supports C++11.

Tested with the following:

  • Visual Studio 2012
  • g++ 4.8.2
  • CLang 3.4

About

Appends zip archives to other file, while keeping the archive valid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages