Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iswenzz/aion-encdec
This program serves as both a Graphical User Interface and Command Line Interface for roxan & M. Soltys' command line applications.
https://github.com/iswenzz/aion-encdec
aion cli csharp dotnet encdec extract gui pak winforms
Last synced: 3 months ago
JSON representation
This program serves as both a Graphical User Interface and Command Line Interface for roxan & M. Soltys' command line applications.
- Host: GitHub
- URL: https://github.com/iswenzz/aion-encdec
- Owner: Iswenzz
- License: gpl-3.0
- Created: 2019-02-22T00:55:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T18:50:05.000Z (3 months ago)
- Last Synced: 2024-11-18T19:45:52.968Z (3 months ago)
- Topics: aion, cli, csharp, dotnet, encdec, extract, gui, pak, winforms
- Language: C#
- Homepage: https://iswenzz.com
- Size: 7.77 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AION Encdec
[![Checks](https://img.shields.io/github/check-runs/Iswenzz/AION-Encdec/master?logo=github)](https://github.com/Iswenzz/AION-Encdec/actions)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/Iswenzz/AION-Encdec?label=codefactor&logo=codefactor)](https://www.codefactor.io/repository/github/iswenzz/AION-Encdec)
[![CodeCov](https://img.shields.io/codecov/c/github/Iswenzz/AION-Encdec?label=codecov&logo=codecov)](https://codecov.io/gh/Iswenzz/AION-Encdec)
[![License](https://img.shields.io/github/license/Iswenzz/AION-Encdec?color=blue&logo=gitbook&logoColor=white)](https://github.com/Iswenzz/AION-Encdec/blob/master/LICENSE)![](https://i.imgur.com/0kAlsBZ.png)
This program serves as both a Graphical User Interface and Command Line Interface for roxan & M. Soltys' command line applications. Some features this application provides include decoding `.XML`, `.HTML`, and `.CFG` files, as well as un-packing and re-packing `.PAK` files. Usage information and miscellaneous details can be found at the bottom of this document.
## Features
* Encode/Decode `.XML`, `.HTML`, and `.CFG` files.
* Un-pack and re-pack `.PAK` files.
* Graphical User Interface
* Command Line Interface## Command Line Interface
```c
-u, --unpack Unpack pak files at the specified input folder.
-d, --decode Decode pak files at the specified input folder.
-r, --repack Repack pak files at the specified output folder.
-o, --output (Default: ./REPACK) The output folder path.
-i, --input (Default: ./PAK) The input folder path.
--help Display this help screen.
--version Display version information.
```## Instructions
In order to use this application, just download the archived file down below, and extract it to any destination. You can create a shortcut of the executable file and place it anywhere, and run it from said shortcut.## Building
1. [Visual Studio](https://visualstudio.microsoft.com/)### [Download](https://github.com/Iswenzz/AION-Encdec/releases)
## Contributors:
***Note:*** If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.