Skip to content

Commit

Permalink
dev140
Browse files Browse the repository at this point in the history
Update shared files
  • Loading branch information
hfiref0x committed Oct 21, 2023
1 parent 8cd4cdd commit 86ce88e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Source/Shared/consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* TITLE: CONSTS.H
*
* VERSION: 1.34
* VERSION: 1.40
*
* DATE: 16 Sep 2023
* DATE: 21 Oct 2023
*
* Global consts.
*
Expand All @@ -20,16 +20,17 @@
#pragma once

#define KDU_VERSION_MAJOR 1
#define KDU_VERSION_MINOR 3
#define KDU_VERSION_REVISION 4
#define KDU_VERSION_BUILD 2309
#define KDU_VERSION_MINOR 4
#define KDU_VERSION_REVISION 0
#define KDU_VERSION_BUILD 2310
#define KDU_COPYRIGHT_YEAR 2023

#define KDU_MIN_NTBUILDNUMBER 0x1DB1 //Windows 7 SP1
#define KDU_MAX_NTBUILDNUMBER 0xFFFFFFFF //Undefined

#define IPC_GET_HANDLE 0x1337

#define KDU_SYNC_MUTANT 0x2309
#define KDU_SYNC_MUTANT 0x2310

#define NT_REG_PREP L"\\Registry\\Machine"
#define DRIVER_REGKEY L"%wS\\System\\CurrentControlSet\\Services\\%wS"
Expand Down Expand Up @@ -63,15 +64,15 @@

#define PROVIDER_RES_KEY 0xF62E6CE0

#define SYSTEM_PID_MAGIC 4
#define SYSTEM_PID_MAGIC 4

#define TEXT_SECTION ".text"
#define TEXT_SECTION_LEGNTH sizeof(TEXT_SECTION)
#define TEXT_SECTION ".text"
#define TEXT_SECTION_LEGNTH sizeof(TEXT_SECTION)

#define SHELLCODE_SMALL 0x200
#define SHELLCODE_SMALL 0x200

#ifndef MAX_CLASS_NAME_LEN
#define MAX_CLASS_NAME_LEN 256
#define MAX_CLASS_NAME_LEN 256
#endif

//
Expand Down

0 comments on commit 86ce88e

Please sign in to comment.