Refactoring
This commit is contained in:
parent
631a4fc6e0
commit
350d426fee
@ -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?
|
||||
|
@ -180,3 +180,9 @@ struct WxString {
|
||||
clen = 0;
|
||||
}
|
||||
};
|
||||
|
||||
typedef struct RawVector {
|
||||
DWORD start;
|
||||
DWORD finish;
|
||||
DWORD end;
|
||||
} RawVector_t;
|
||||
|
Loading…
Reference in New Issue
Block a user