Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killo445/extract-xiso-gui
GUI version of extract-xiso
https://github.com/killo445/extract-xiso-gui
extract extract-xiso extractor gui windows xbox xiso
Last synced: about 2 months ago
JSON representation
GUI version of extract-xiso
- Host: GitHub
- URL: https://github.com/killo445/extract-xiso-gui
- Owner: KilLo445
- Created: 2022-09-13T01:41:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T06:56:15.000Z (4 months ago)
- Last Synced: 2024-09-17T09:28:12.319Z (4 months ago)
- Topics: extract, extract-xiso, extractor, gui, windows, xbox, xiso
- Language: C#
- Homepage:
- Size: 434 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
extract-xiso-gui
GUI Version of the command line utility extract-xiso.
Report Bug
·
Request Feature
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]## About The Project
![extract-xiso-gui Screenshot](https://raw.githubusercontent.com/KilLo445/extract-xiso-gui/master/.github/App.png)
([video demo](https://youtu.be/CrVvFjI6kec))Features:
* Create
* Create an XISO from a directiory.
* List
* List the file contents within an XISO file.
* Rewrite
* Rewrite file system structure of an XISO.
* Extract
* Extract XISO contents to a directory.### Built With
* [![.NET][.NET]][framework-url]
## Getting Started
### Prerequisites
.NET Framework Runtime 4.8 is required to run extract-xiso-gui.
- [Download page](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)
- [Direct (Web)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net48-web-installer)
- [Direct (Offline)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net48-offline-installer)### Installation
1. Head over to the [latest release](https://github.com/KilLo445/extract-xiso-gui/releases/latest)
2. Download `extract-xiso-gui.zip`
3. Extract somewhere safe
4. Run `extract-xiso-gui.exe`## Contact
- Discord
- @decentloser / DecentLoser#7263
- [My Server](https://discord.gg/66qymzdtMw) (Preferred)
- Twitter / X
- [@KilLo445](https://twitter.com/KilLo445)[forks-shield]: https://img.shields.io/github/forks/KilLo445/extract-xiso-gui.svg?style=for-the-badge
[forks-url]: https://github.com/KilLo445/extract-xiso-gui/network/members
[stars-shield]: https://img.shields.io/github/stars/KilLo445/extract-xiso-gui.svg?style=for-the-badge
[stars-url]: https://github.com/KilLo445/extract-xiso-gui/stargazers
[issues-shield]: https://img.shields.io/github/issues/KilLo445/extract-xiso-gui.svg?style=for-the-badge
[issues-url]: https://github.com/KilLo445/extract-xiso-gui/issues
[.NET]: https://img.shields.io/badge/.NET_Framework-5C2D91?style=for-the-badge&logo=.net&logoColor=white
[Framework]: https://img.shields.io/badge/.NET_Framework-4.8-purple
[framework-url]: https://dotnet.microsoft.com/en-us/download/dotnet-framework