forked from Jadis0x/URKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_deobfuscation_map.json
More file actions
59 lines (59 loc) · 1.95 KB
/
Copy pathexample_deobfuscation_map.json
File metadata and controls
59 lines (59 loc) · 1.95 KB
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
{
"assemblies": [
{
"name": "Assembly-CSharp.dll",
"classes": [
{
"obfuscated": "MonoBehaviourPublicAPOb_vOb_lBoStObBo_UUnique",
"name": "VRCPlayer",
"namespace": "",
"methods": {
"Method_Public_Void_0": "Update",
"Method_Public_Void_Single_1": "OnCollisionEnter",
"Method_Public_Static_Boolean_2": "IsReady"
},
"fields": {
"field_Public_Single_0": "speed",
"field_Private_Static_Boolean_1": "isDead"
},
"properties": {
"prop_String_0": "DisplayName"
},
"events": {}
}
]
},
{
"name": "VRC.UI.Shared.dll",
"classes": [
{
"obfuscated": "MonoBehaviourPublicIPointerEnterHandlerIEventSystemHandlerIPointerExitHandlerObLo_l_aLoBoBoObLoBoUnique",
"name": "ToolTip",
"namespace": "",
"methods": {
"Method_Public_Void_0": "Show"
},
"fields": {},
"properties": {},
"events": {}
}
]
},
{
"name": "VRC.UI.Elements.dll",
"classes": [
{
"obfuscated": "MonoBehaviour3PublicCaGaCaObGa_cObVRGa_vUnique",
"name": "QuickMenu",
"namespace": "",
"methods": {
"Method_Public_Void_0": "Close"
},
"fields": {},
"properties": {},
"events": {}
}
]
}
]
}