X Tutup
Skip to content

HODAKdev/StarFileFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple example of how to create your own archive file format.

Structure

Features

Compress files
Decompress files
crc32 check
High thread priority
Taskbar progress bar

Start

StarFileFormat.exe --help

Build

  • Visual Studio 2022
  • Windows SDK Version: 10.0 (latest installed version)
  • Platform Toolset: Visual Studio 2022 (v143)
  • C++ Language Standard: C++ 2017
  • Configuration: Release
  • Platform: x64

Credits

argh https://github.com/adishavit/argh
zlib https://github.com/madler/zlib

License

StarFileFormat is licensed under the MIT License, see LICENSE for more information.

About

A simple example of how to create your own archive file format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

X Tutup