WeChatFerry/spy/user_info.h

13 lines
149 B
C
Raw Normal View History

2023-03-10 23:47:24 +08:00
#pragma once
#include <string>
2023-04-11 23:26:38 +08:00
#include "pb_types.h"
2023-04-10 23:39:57 +08:00
using namespace std;
string GetHomePath();
string GetSelfWxid();
2023-04-11 23:26:38 +08:00
UserInfo_t GetUserInfo();