WeChatFerry/spy/decrypt_image.h

6 lines
86 B
C
Raw Normal View History

2023-04-12 17:15:59 +08:00
#pragma once
#include <string>
bool DecryptImage(std::string src, std::string dst);