2020-11-02 06:08:10 +01:00
|
|
|
# SpotifyKeyDumper
|
|
|
|
### By [@ProfessorTox](https://twitter.com/ProfessorTox)
|
|
|
|
Dump AES keys for Spotify songs from a compatible Windows Spotify version (compatibility listed below).
|
|
|
|
|
2020-11-27 11:03:19 +01:00
|
|
|
Now with automatic download support (compatible versions listed below)!
|
|
|
|
|
|
|
|
* Note: *Currently not compatible with premium accounts*
|
2020-11-17 21:47:38 +01:00
|
|
|
|
2020-11-02 06:08:10 +01:00
|
|
|
![Screenshot Example](./screenshot_example.png)
|
|
|
|
|
2020-11-27 11:03:19 +01:00
|
|
|
## Compatibility
|
|
|
|
Crossed out items support key dumping but not automatic downloading
|
|
|
|
* ~~1.1.25~~
|
|
|
|
* ~~1.1.26~~
|
|
|
|
* ~~1.1.27~~
|
|
|
|
* ~~1.1.28~~
|
|
|
|
* ~~1.1.29~~
|
|
|
|
* ~~1.1.30~~
|
|
|
|
* ~~1.1.44~~
|
|
|
|
* 1.1.45
|
|
|
|
* 1.1.46
|
|
|
|
|
2020-11-02 06:08:10 +01:00
|
|
|
## Using
|
|
|
|
1. Make sure `SpotifyKeyDumperInjector.exe` and `SpotifyKeyDumper.dll` are located in the same folder as Spotify (`Spotify.exe`).
|
|
|
|
2. Start SpotifyKeyDumperInjector either before or after launching Spotify.
|
|
|
|
|
|
|
|
## Building
|
|
|
|
This project uses C++14 on Visual Studio 2019
|
|
|
|
|
|
|
|
If you want a specific version, DM me.
|
|
|
|
|
|
|
|
## Notes
|
2020-11-17 21:47:38 +01:00
|
|
|
* Inspired by XSpotify
|
2020-11-02 06:08:10 +01:00
|
|
|
* Tools used for research: IDA Pro, Ghidra, and Cheat Engine
|
2020-11-27 11:03:19 +01:00
|
|
|
* This project was created for fun. Warning: I'm not very experienced with C++ :)
|
2020-11-02 06:08:10 +01:00
|
|
|
* **This program was created for educational purposes. It is not intended to be used otherwise**
|
|
|
|
|
|
|
|
## License
|
|
|
|
The MIT License (MIT)
|