Skip to content

Commit

Permalink
update & fix sid
Browse files Browse the repository at this point in the history
  • Loading branch information
MIAIONE committed May 14, 2022
1 parent d0750ae commit 34acfdb
Show file tree
Hide file tree
Showing 6 changed files with 1,589 additions and 672 deletions.
4 changes: 3 additions & 1 deletion GlobalUsing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
global using System.Text;
global using System.Threading.Tasks;
global using System.Runtime.InteropServices;
global using System.Runtime.CompilerServices;
global using Microsoft.Win32;
global using System.Xml;
global using System.Diagnostics;
global using System.ServiceProcess;
global using System.ServiceProcess;
global using System.Management;
4 changes: 2 additions & 2 deletions HWIDEx/HWID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static class HWID
0U
};

public static string HwidCreateBlock(byte[] arrayHWID, int cbsize)
public static string CreateBlock(byte[] arrayHWID, int cbsize)
{
byte[] src = new byte[36]
{
Expand Down Expand Up @@ -170,7 +170,7 @@ public static string HwidCreateBlock(byte[] arrayHWID, int cbsize)
return Convert.ToBase64String(numArray);
}

public static byte[] HwidGetCurrentEx()
public static byte[] GetCurrentEx()
{
int num1 = 0;
int num2 = 0;
Expand Down
Loading

0 comments on commit 34acfdb

Please sign in to comment.