Added comments for node licenses

This commit is contained in:
“si_fr_97” 2023-06-07 13:24:50 +02:00
parent e3e83f15f8
commit 72688fad53
21 changed files with 41 additions and 38 deletions

BIN
Debug/matrixFuck.dll Normal file

Binary file not shown.

BIN
Debug/matrixFuck.exp Normal file

Binary file not shown.

BIN
Debug/matrixFuck.lib Normal file

Binary file not shown.

BIN
Debug/matrixFuck.pdb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

View file

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View file

@ -1 +0,0 @@
cf46b692e697af47e88f54badde28dea1c6e8b6e

View file

@ -1,7 +0,0 @@
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\bin\Release\TestFuckFramework.exe.config
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\bin\Release\TestFuckFramework.exe
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\bin\Release\TestFuckFramework.pdb
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\obj\Release\TestFuckFramework.csproj.AssemblyReference.cache
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\obj\Release\TestFuckFramework.csproj.CoreCompileInputs.cache
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\obj\Release\TestFuckFramework.exe
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\obj\Release\TestFuckFramework.pdb

View file

@ -21,29 +21,38 @@
#pragma EXPORT #pragma EXPORT
_mxINT32 dongleBytes[] = { _mxINT32 dongleBytes[] = {
/* 0x00 */ 0x00000000, 0x00000000, //Var01:
/* 0x01 */ 0x00000000, 0x00000000, //Var02:
/* 0x02 */ 0x00B727B1, 0x00B727B1, //Var03: Damm Serial Number
/* 0x03 */ 0x4D4D4144, // has to be this exact value 0x4D4D4144, //Var04: TetraFlex Dongle Code
0x00000000, //Var05: Brand/Logo: 0=Damm TetraFlex
0x00000000, //Var06: Language 1: 0=English only
0x00000002, //Var07: Language 2: 2=German
0x00000000, //Var08:
0x00000000, //Var09:
0x00000000, //Var10:
0x00000000, //Var11:
0x00000000, //Var12:
0x00000000, //Var13:
0x00000000, //Var14:
0x00B727B1, //Var15: Key Ref. Serial Number (identical to Damm Serial Number)
/* 0x04 */ 0x00000000, //Specific Licenses
0x00000191, //Par0: License Mode: 0x191=API, 0x1A5=Node
/* 0x05 */ 0x00000000+8, //ltype 1 0x00000000, //Par1: Dongle Date Limit
/* 0x06 */ 0x00000002+8, //ltype 2 0x01404895, //Par2: Date limit of Application (expiry date 20990101)
0x00000004, //Par3: API=>Voice Streams max.; NODE=>Nodes max.
/* 0x07 */ 0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000, //Par4: API=>Flags: B00:Discreet Listening, B01:Ambience Listening; NODE=>Tetra Radio Cell TRmax.
/* 0x0B */ 0x00000000,0x00000000,0x00000000, 0x00000000, //Par5: API=>Application Server: B00:Service allowed, B01: GPS Position Service, B02: DGNA Service; NODE=>Voice GW. sessions max.
/* 0x0D */ 0x00000000, //Par6: NODE=>Packet Data Gateway
/* 0x0D */ 0x00B727B1, // something 0x00000000, //Par7: NODE=>Application Gw. conn. max.
/* 0x0E */ 0x00000191, // 401 license validation type 1 0x00000000, //Par8: NODE=>Air Interface Encryption
0x00000000, 0x00000000, //Par9: NODE=>Flags: B00:AIE KSGTEA1; B01:AIE KSGTEA1; B02:AIE KSGTEA1; B03:AIE KSGTEA1; B16:Only 1 organization; B17:Only 1 profile
0x01404895, // expiry date 20990101 0x00000000, //Par10: NODE=>Terminal Gw. Sessions max. (0=unlimited)
0x00000004, // min date 0x00000000, //Par11: NODE=>Number of subscribers max. (0=unlimited)
0x00000000, 0x00000000, //Par12:
0x00000000, //Par13: NODE=>ISI Gw. Conn. max. (0=Disable)
0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000, 0x00000000,0x00000000,0x00000000,0x00000000,

View file

@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries> <UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries> <UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries> <UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries> <UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
</PropertyGroup> </PropertyGroup>