Warning
Reverse engineering is strictly prohibited by the Warframe's ToS (Terms of Service). Please keep in mind that I am not responsible for any damage caused by use of this project.
This project automates the extraction of Warframe account parameters (accountId and nonce) required to authenticate with its API endpoints. The script identifies the game process, then searches for the above-named parameters within the game's memory space, making the extraction as simple as possible.
β¨ with `uv` *(recommended)*
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
python3 app.py |
π’ or with regular Python's `pip`
|
Contributions are welcome! If you've found a bug or have a suggestion for improvement, please open an issue or pull request.
This project is licensed under the GPLv3 license. See the LICENSE file for details.