Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

AwaisKing/YAFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAFA

YAFA (Yet Another File Archiver) is an experimental archiver, created for educational purpose.

This tool's idea was sparked by few students of Quaid-e-Awam University of Engineering & Technology (QUEST), 17 batch of IT.

This is mere a hobby project.

NOTE: THIS DOESN'T DECREASE FILE SIZE OR COMPRESS FILES! IT DOES THE REVERSE (INCREASES SIZE), AS IT IS JUST A TEST TOOL.


Usage:

ADDING:

yafa.exe a < files... > < archive_name >

ex: yafa.exe a D:\bussiness_cat.jpg D:\extra_text.txt test_archive.yafa

LISTING:

yafa.exe l < archive_name >

ex: yafa.exe l test_archive.yafa

EXTRACTING: (Works but might have some problems...)

yafa.exe x < archive_name >

ex: yafa.exe x test_archive.yafa


Prototype / Design


Header Structure:


IDE & Prerequisites

Visual Studio 2015 - Community