Skip to content

Commit 34acfdb

Browse files
committed
update & fix sid
1 parent d0750ae commit 34acfdb

File tree

6 files changed

+1589
-672
lines changed

6 files changed

+1589
-672
lines changed

GlobalUsing.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
global using System.Text;
55
global using System.Threading.Tasks;
66
global using System.Runtime.InteropServices;
7+
global using System.Runtime.CompilerServices;
78
global using Microsoft.Win32;
89
global using System.Xml;
910
global using System.Diagnostics;
10-
global using System.ServiceProcess;
11+
global using System.ServiceProcess;
12+
global using System.Management;

HWIDEx/HWID.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static class HWID
119119
0U
120120
};
121121

122-
public static string HwidCreateBlock(byte[] arrayHWID, int cbsize)
122+
public static string CreateBlock(byte[] arrayHWID, int cbsize)
123123
{
124124
byte[] src = new byte[36]
125125
{
@@ -170,7 +170,7 @@ public static string HwidCreateBlock(byte[] arrayHWID, int cbsize)
170170
return Convert.ToBase64String(numArray);
171171
}
172172

173-
public static byte[] HwidGetCurrentEx()
173+
public static byte[] GetCurrentEx()
174174
{
175175
int num1 = 0;
176176
int num2 = 0;

0 commit comments

Comments
 (0)