-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Extensions.yml
60 lines (54 loc) · 3.07 KB
/
Extensions.yml
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
60
############################################################################
# #
# Copyright (C) 2020-2021 Neo-Mind #
# #
# This file is a part of WARP project (specific to RO clients) #
# #
# WARP is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
# #
############################################################################
# #
# Author(s) : Neo-Mind #
# Created Date : 2020-11-18 #
# Last Modified : 2021-08-20 #
# #
############################################################################
GetPacketKeys:
title : Get Packet Keys
tooltip : Retrieves the packet keys used in the loaded client for Obfuscation
author : Neo-Mind
icon : Inputs/key.png
ExtractTxtNames:
title : Extract txt file names
tooltip : Extracts embedded txt file names in the loaded client
icon : Inputs/files.png
ExtractMsgStrings:
title : Extract msgstringtable
tooltip : Extracts embedded msgstringtable from the loaded client
author : Neo-Mind
icon : Inputs/files.png
DumpImportTable:
title : Dump Import Table
tooltip : Dumps the Full Import table (dll names and imported functions) for the loaded client
author : Neo-Mind
icon : Inputs/import.png
GenMapEffectPlugin:
title : Generate MapEffect Plugin [Expt.]
tooltip : Generates Curiosity's mapeffect plugin for the loaded client (as rdll2_<filename>.asi which needs to be placed in your client area)
author : Neo-Mind
# - Trial:
# title : Trial Extension
# tooltip : Just intended for some trials with Exe & Warp
# author : Neo-Mind