spotifykeydumper/SpotifyKeyDumper/Utils.h

12 lines
259 B
C
Raw Normal View History

2020-11-02 06:08:10 +01:00
#pragma once
class Utils
{
public:
static bool Detour32(char* src, char* dst, const intptr_t len);
static char* TrampHook32(char* src, char* dst, const intptr_t len);
static int GetSpotifyVersion();
static std::string HexString(BYTE* data, int len);
};