From 630c63ffd71eaaa85a363f263cb61e2e3fce5550 Mon Sep 17 00:00:00 2001 From: _ <🐱> Date: Fri, 27 Nov 2020 03:03:19 -0700 Subject: [PATCH] Aadd full support for Spotify 1.1.46 & minor README edits --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a55f55c..06f18b0 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,24 @@ ### By [@ProfessorTox](https://twitter.com/ProfessorTox) Dump AES keys for Spotify songs from a compatible Windows Spotify version (compatibility listed below). -Now with automatic download support! +Now with automatic download support (compatible versions listed below)! + +* Note: *Currently not compatible with premium accounts* ![Screenshot Example](./screenshot_example.png) +## 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 + ## 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. @@ -13,22 +27,12 @@ Now with automatic download support! ## Building This project uses C++14 on Visual Studio 2019 -## Compatibility -* 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 - If you want a specific version, DM me. ## Notes * Inspired by XSpotify * Tools used for research: IDA Pro, Ghidra, and Cheat Engine +* This project was created for fun. Warning: I'm not very experienced with C++ :) * **This program was created for educational purposes. It is not intended to be used otherwise** ## License