Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kabili207/zoragen-wpf
A Windows user interface for the ZoraSharp library
https://github.com/kabili207/zoragen-wpf
Last synced: about 1 month ago
JSON representation
A Windows user interface for the ZoraSharp library
- Host: GitHub
- URL: https://github.com/kabili207/zoragen-wpf
- Owner: kabili207
- License: gpl-3.0
- Created: 2015-01-31T19:01:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T15:39:57.000Z (8 months ago)
- Last Synced: 2024-05-02T10:46:45.055Z (8 months ago)
- Language: C#
- Homepage:
- Size: 508 KB
- Stars: 11
- Watchers: 5
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZoraGen WPF ![Build status](https://github.com/kabili207/zoragen-wpf/actions/workflows/dotnet-desktop.yml/badge.svg)
A generator and decoder for the password system used in the Legend of Zelda Oracle of Ages and Oracle of Seasons games.
Built using the [ZoraSharp](https://github.com/kabili207/zora-sharp) library.### Features
* Decodes game and ring secrets
* Generates game, ring, and memory secrets
* Allows the user to save the game information for later use
### Download
* [Stable Release](https://github.com/kabili207/zoragen-wpf/releases/latest)### TODO
* Include a debugging screen to get raw information about secrets### Special Thanks
* Paulygon - Created the [original secret generator](https://web.archive.org/web/20190204090345/http://home.earthlink.net/~paul3/zeldagbc.html) way back in 2001
* 39ster - Rediscovered [how to decode game secrets](http://www.gamefaqs.com/boards/472313-the-legend-of-zelda-oracle-of-ages/66934363) using paulygon's program
* [LunarCookies](https://github.com/LunarCookies) - Discovered the correct cipher and checksum logic used to generate secrets### License
ZoraGen WPF is licensed under the GNU General Public License version 3.ZoraGen WPF makes use of the following libraries:
* [ZoraSharp](https://github.com/kabili207/zora-sharp), licensed under the GNU Lesser General Public License version 3
* [SemVer](https://github.com/maxhauser/semver), licensed under the MIT License