-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAppMenuConstants.cs
29 lines (25 loc) · 1.27 KB
/
AppMenuConstants.cs
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
/*
dnDeflow - Control flow deobfuscation using Z3 and ILAst
Copyright (C) 2016 [email protected]
This program 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/>.
*/
namespace DeFlow
{
public static class AppMenuConstants
{
public const string APP_MENU_EXTENSION = "C53C9F14-CE62-4C83-BB27-AD68E107C939";
public const string GROUP_EXTENSION_MENU1 = "0,8B770F7A-10F4-45C7-B370-51A29A412D59";
public const string GROUP_EXTENSION_MENU2 = "1,12942E27-E3B2-4D78-9F19-D58E9CD00480";
public const string GROUP_EXTENSION_MENU3 = "2,B21D21C8-E2E4-45A0-8F78-270A89F6B9B5";
public const string GROUP_EXTENSION_MENU4 = "3,AF921E23-2AC1-432C-A931-2058AFB445AD";
}
}