2020-11-02 06:08:10 +01:00
|
|
|
# SpotifyKeyDumper
|
|
|
|
### By [@ProfessorTox](https://twitter.com/ProfessorTox)
|
|
|
|
|
2020-12-01 02:03:51 +01:00
|
|
|
[![Discord](https://img.shields.io/discord/782069040713039882.svg?color=7389D8&label=SpotifyKeyDumper%20&logo=discord&logoColor=FFFFFF)](https://discord.gg/yPFQ9epABz)
|
|
|
|
|
|
|
|
Dump AES keys for Spotify songs from a compatible Windows Spotify version (compatibility listed below).
|
2020-11-27 11:03:19 +01:00
|
|
|
|
2020-12-03 00:46:37 +01:00
|
|
|
**Now with automatic download support & tagging for songs and podcast episodes!**
|
2020-11-17 21:47:38 +01:00
|
|
|
|
2020-12-04 01:27:56 +01:00
|
|
|
Note: *Premium user support is still very hit-or-miss. Feel free to use a premium account, but understand that this may cause issues.*
|
|
|
|
|
2020-12-01 09:51:29 +01:00
|
|
|
[**[Download Here]**](https://gitlab.com/fuck-capitalism/spotifykeydumper/-/releases)
|
|
|
|
|
2020-12-01 02:03:51 +01:00
|
|
|
## Using
|
2020-12-01 09:51:29 +01:00
|
|
|
1. Go to the "Releases" tab [here](https://gitlab.com/fuck-capitalism/spotifykeydumper/-/releases) and download the
|
|
|
|
latest version of SpotifyKeyDumper.dll and SpotifyKeyDumperInjector.exe.
|
|
|
|
2. Go to `%appdata%\Spotify` (or wherever your Spotify installation is located).
|
|
|
|
3. Make sure `SpotifyKeyDumperInjector.exe` and `SpotifyKeyDumper.dll` are located in the same place as `Spotify.exe`.
|
|
|
|
4. Start SpotifyKeyDumperInjector (requires administrator) before launching Spotify.
|
|
|
|
5. Each song or podcast episode (after the first one) that plays will be automatically downloaded and placed
|
2020-12-01 02:03:51 +01:00
|
|
|
under `%appdata%\Spotify\Downloads`.
|
2020-11-02 06:08:10 +01:00
|
|
|
|
2020-11-27 11:03:19 +01:00
|
|
|
## Compatibility
|
2020-12-01 02:03:51 +01:00
|
|
|
* *Crossed out items support key dumping but not automatic downloading.*
|
2020-11-27 11:03:19 +01:00
|
|
|
|
2020-12-01 02:03:51 +01:00
|
|
|
Spotify version:
|
|
|
|
* 1.1.47
|
|
|
|
* 1.1.46
|
|
|
|
* 1.1.45
|
|
|
|
* ~~1.1.44~~
|
|
|
|
* ~~1.1.30~~
|
|
|
|
* ~~1.1.29~~
|
|
|
|
* ~~1.1.28~~
|
|
|
|
* ~~1.1.27~~
|
|
|
|
* ~~1.1.26~~
|
|
|
|
* ~~1.1.25~~
|
2020-11-02 06:08:10 +01:00
|
|
|
|
|
|
|
## Building
|
2020-12-02 23:21:28 +01:00
|
|
|
This project uses C++14 on Visual Studio 2019 with vcpkg:
|
|
|
|
1. [Install vcpkg](https://github.com/microsoft/vcpkg#quick-start-windows) if you haven't done so already
|
|
|
|
2. Install TagLib dependency with vcpkg (`vcpkg install taglib:x86-windows-static-md`)
|
|
|
|
3. Clone the repository (`git clone https://gitlab.com/fuck-capitalism/spotifykeydumper.git`)
|
|
|
|
4. Open the solution 'SpotifyKeyDumper.sln' in Visual Studio 2019 and set the configuration to Release and the
|
|
|
|
platform to x86 and then select Build -> Build Solution **or** run MSBuild (requires Visual Studio 2019 installation):
|
|
|
|
`msbuild /p:Configuration="Release" /p:Platform="x86"`.
|
2020-11-02 06:08:10 +01:00
|
|
|
|
2020-12-01 02:03:51 +01:00
|
|
|
*If you want a specific version, create an issue.*
|
2020-11-02 06:08:10 +01:00
|
|
|
|
|
|
|
## 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
|
2020-12-01 09:51:29 +01:00
|
|
|
The MIT License (MIT)
|