Refactoring

This commit is contained in:
Changhua 2023-12-06 19:34:44 +08:00
parent 631a4fc6e0
commit 350d426fee
2 changed files with 6 additions and 6 deletions

View File

@ -25,12 +25,6 @@ extern bool gIsListeningPyq;
extern WxCalls_t g_WxCalls;
extern DWORD g_WeChatWinDllAddr;
typedef struct RawVector {
DWORD start;
DWORD finish;
DWORD end;
} RawVector_t;
static string get_key(uint8_t header1, uint8_t header2, uint8_t *key)
{
// PNG?

View File

@ -180,3 +180,9 @@ struct WxString {
clen = 0;
}
};
typedef struct RawVector {
DWORD start;
DWORD finish;
DWORD end;
} RawVector_t;