增加微信锁电量功能

This commit is contained in:
2026-03-23 08:48:22 +08:00
parent e46b19016b
commit 1840794f40
10 changed files with 131 additions and 93 deletions

View File

@@ -25,6 +25,11 @@ namespace ConsoleApplication666
static void Main(string[] args)
{
ushort abb=0x6440;
var gs1= BitConverter.GetBytes(abb);
var f1= gs1[0];
var f2= gs1[1];
bool NewResult = true || false;
BigInteger hugeNumber = BigInteger.Parse("1234567890123456789012345678901234567890");
var H= hugeNumber.ToByteArray();