aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author_ <🐱>2020-12-02 17:01:34 -0700
committer_ <🐱>2020-12-02 17:01:34 -0700
commitdb125020db1fb244314b89fa15598ccb98b37d47 (patch)
tree980d71cd2913b2dbbb848b4d5a5c100abbb23107
parentb4651acc53bcf57ea5fcd0da0b90433dd298e46f (diff)
Update SpotfyKeyDumper to 0.4.1 & SpotifyKeyDumperInjector to 1.1.1v0.4.1
-rw-r--r--SpotifyKeyDumper/SpotifyKeyDumper.cpp2
-rw-r--r--SpotifyKeyDumperInjector/SpotifyKeyDumperInjector.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/SpotifyKeyDumper/SpotifyKeyDumper.cpp b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
index 8ca646e..8382fb7 100644
--- a/SpotifyKeyDumper/SpotifyKeyDumper.cpp
+++ b/SpotifyKeyDumper/SpotifyKeyDumper.cpp
@@ -1,7 +1,7 @@
1#include "pch.h" 1#include "pch.h"
2#include "Hooks.h" 2#include "Hooks.h"
3 3
4static const char* VERSION = "0.4.0"; 4static const char* VERSION = "0.4.1";
5 5
6DWORD WINAPI InitMain(LPVOID lpParam) 6DWORD WINAPI InitMain(LPVOID lpParam)
7{ 7{
diff --git a/SpotifyKeyDumperInjector/SpotifyKeyDumperInjector.cpp b/SpotifyKeyDumperInjector/SpotifyKeyDumperInjector.cpp
index f652048..c252293 100644
--- a/SpotifyKeyDumperInjector/SpotifyKeyDumperInjector.cpp
+++ b/SpotifyKeyDumperInjector/SpotifyKeyDumperInjector.cpp
@@ -5,7 +5,7 @@
5// For new visual style for MessageBox 5// For new visual style for MessageBox
6#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"") 6#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
7 7
8static const char* VERSION = "1.1.0"; 8static const char* VERSION = "1.1.1";
9 9
10static const wchar_t* DLL_FILE_PATH = L"SpotifyKeyDumper.dll"; 10static const wchar_t* DLL_FILE_PATH = L"SpotifyKeyDumper.dll";
11static const wchar_t* PROC_NAME = L"Spotify.exe"; 11static const wchar_t* PROC_NAME = L"Spotify.exe";