-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMasks.h
59 lines (51 loc) · 2.16 KB
/
Masks.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#pragma once
namespace Masks
{
namespace Curl
{
static struct Old
{
static constexpr const char* CurlEasySetOpt = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
static constexpr const char* CurlSetOpt = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx";
};
static struct New
{
static constexpr const char* CurlSetOpt = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
};
}
static struct New
{
static constexpr const char* GEngine = "xxx????xxxxxxxxx";
static constexpr const char* FNameToString = "xxxxxx????";
static constexpr const char* ProcessEvent = "x?xxxxxxxxxx????xxxx";
static constexpr const char* GONI = "x????xxxxxxxxx";
};
static struct Global
{
static constexpr const char* SpawnActorInternal = "xxxxxxxxxxxxxxxxxx????xxx????xxx?xxx?xxxx?xxxx????xxxx????xxxx????xxxx????xxxx????xxxx????xxxx????xxx????xxxxxx?xxx";
static constexpr const char* GEngine = "xxx????xxxx????xx";
static constexpr const char* GObjects = "xxx????xxxx";
static constexpr const char* SCOI = "xxxxxxxxxxxxxxxxxxxxx????xxx????xxx????xxx";
static constexpr const char* SLOI = "xxxx?xxxx?xxxx?xxxxxxxxxxxxxxx";
static constexpr const char* ProcessEvent = "xxxxxxxxxxxxxxx????xxxx?xxx????xxx????xxxxxx????xxxxxxxx????xxxxxxxxxxx????xx";
static constexpr const char* GONI = "xxxxxxxxxxxxxxxxxxxxxxxxxxx????xxxxxxxxxxxxxxxxxx????xxxxxx????xx????x????xxxxxxxxxxxxx";
static constexpr const char* GetObjectFullName = "xxxxxxxxxx????xxx????xxxxxxx????xxxxxx";
static constexpr const char* GetFullName = "xxxx?xxxx?xxxxxxxxx?x????xx";
static constexpr const char* GetViewPoint = "xxxx?xxxx?xxxxxxxxxxxxxxxxxxx????x????xxx";
static constexpr const char* AbilityPatch = "xxx?xxxxxxxx??xx";
static constexpr const char* FreeInternal = "xxxxxxxxxxxxxxxx????xxxxx";
};
namespace Old
{
static struct Global
{
static constexpr const char* GetObjectFullName = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
};
static struct Marshmallow
{
static constexpr const char* GEngine = "xxx?????xxxxxxxx????xxx";
static constexpr const char* GObjects = "xxx????xxxxxxxxxx";
static constexpr const char* GetObjectFullName = "xxxxxxxxxxxxxxxxxxxxxx?????x????xxxxxx????xx????x????xxxxxxxxxxxxx";
};
}
}