Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwsch/etumrepmmo
Reversing Pokémon Legends: Arceus captured entities into their origin (group) RNG seed!
https://github.com/kwsch/etumrepmmo
brute-force-attacks pokemon pokemon-legends-arceus reverse-engineering
Last synced: 3 months ago
JSON representation
Reversing Pokémon Legends: Arceus captured entities into their origin (group) RNG seed!
- Host: GitHub
- URL: https://github.com/kwsch/etumrepmmo
- Owner: kwsch
- License: gpl-3.0
- Created: 2022-03-28T04:49:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T02:26:36.000Z (12 months ago)
- Last Synced: 2024-10-12T01:26:56.772Z (4 months ago)
- Topics: brute-force-attacks, pokemon, pokemon-legends-arceus, reverse-engineering
- Language: C#
- Homepage:
- Size: 585 KB
- Stars: 33
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EtumrepMMO
Reverses initial MMO data to find the origin (group) seed.Requires [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0). The executable can be built with any compiler that supports C# 10.
Usage:
- Compile the ConsoleApp project, or obtain it from someone else.
- Put your 4 initial captures in a `mons` folder next to the executable.
- Run the executable, observe console output for matching seed.Big thanks to Pokémon Automation ([@Mysticial](https://github.com/Mysticial)) for their [C++ implementation of Entity->Seed parallel brute-force](https://github.com/PokemonAutomation/Experimental/tree/4001b0402515ade042528d9bffb07ceab4476c96), which this repo uses (BSD license).
For more information, please refer to the wiki of [PermuteMMO](https://github.com/kwsch/PermuteMMO) as well as the wiki for this repo.