Lucene search
K

MS Windows (LegitCheckControl.dll) Genuine Advantage Validation Patch

🗓️ 16 Feb 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 14 Views

MS Windows Genuine Advantage Validation Patc

Code

                                                /*
  Will be moved to tools section shortly /str0ke

  Name: Windows Genuine Advantage Validation Patch
  Copyright: NeoSecurityTeam
  Author: HaCkZaTaN <[email protected]>
  Date: 31/07/05 21:42
  Description: LegitCheckControl.dll (1.3.254.0) 
  
 ����������������������������������������������������������������������������Ŀ
 ���                   -==[N]eo [S]ecurity [T]eam Inc.==-                   ���
 ������������������������������������������������������������������������������
 ���     TiTLE : Windows Genuine Advantage Validation                       ���  ��������������������������������������������������������������������������Ĵ��
 ���    AUTHOR : HaCkZaTaN                                                  ���  ����������������������������������������������������������������������������Ŀ
 ���                           -==Information==-                            ���  ������������������������������������������������������������������������������
 ���                                                                        ���  ��� LegitCheckControl.dll (1.3.254.0)                                      ���  ���                                                                        ���
 ����������������������������������������������������������������������������Ŀ
 ���                           -==Contact==-                                ���
 ������������������������������������������������������������������������������
 ���                                                                        ���
 ���   [N]eo [S]ecurity [T]eam [NST]� - http://www.neosecurityteam.net/     ���
 ���   HaCkZaTaN <[email protected]>                                    ���
 ���   Irc.GigaChat.Net #uruguay                                            ���
 ���                                                                        ���
 ����������������������������������������������������������������������������Ŀ
 ���                              -==Greets==-                              ���
 ������������������������������������������������������������������������������
 ���                                                                        ���
 ���                            NST's Staff                                 ���
 ���                            erg0t                                       ���
 ���                            ][GB][                                      ���
 ���                            Beford                                      ���
 ���                            LINUX                                       ���
 ���                            Heap                                        ���
 ���                            CrashCool                                   ���
 ���                            Makoki                                      ���
 ���                            And my Colombian people                     ���
 ���                                                                        ���  ����������������������������������������������������������������������������Ŀ
 ���                   -==[N]eo [S]ecurity [T]eam Inc.==-                   ���
 ������������������������������������������������������������������������������
                          ����   ���� ��������� �����������
                           �����  ��  ���       ��  ���  ��
                           �� ������  ���������     ���
                           ��   ����        ���     ���
                          ����    ��� ���������    �����

*/

#include <stdio.h>

typedef struct bytepair BYTEPAIR;

struct bytepair
{
       long offset;
       char val;
}; 

static const BYTEPAIR byte_pairs[3]= { 
{0x2BE98, 0x33},
{0x2BE99, 0xC0},
{0x2BE9A, 0x90},
};

int main(int argc, char *argv[])
{
    FILE *LegitCheckControl;
    int i;

    printf("\n\t�������������������������������������������������������������\n"
           "\t����������������������������������������������������������߱�\n"
           "\t��                                                         ��\n"
           "\t��           [N]eo [S]ecurity [T]eam [N][S][T]             ��\n"
           "\t��      [Windows Genuine Advantage Validation Patch]       ��\n"
           "\t��             LegitCheckControl.dll (1.3.254.0)           ��\n"
           "\t��                                                         ��\n"
           "\t�� �������   �������   ����   �� �� ����  ���������������� ��\n"
           "\t�� ���  ����  ��  ��   ���   �� ���  ���  ��� �� �� �� ��� ��\n"
           "\t�� ���  � ��� ��  ��   ���   ��      ���  ���    ��    ��� ��\n"
           "\t�� ���  � ��� ��  ��   ���   ����    ���  ���    ��    ��� ��\n"
           "\t�� ���  �   ����  ��   ���    �����  ���  ���    ��    ��� ��\n"
           "\t�� ���  �    ���  ��   ���      ���  ���  ���    ��    ��� ��\n"
           "\t�� ���  �    ���  ��   ���   �� ���  ���  ���    ��    ��� ��\n"
           "\t�� ��� ���    ��  ��   ���   � ��    ���  ���   ����   ��� ��\n"
           "\t�� ���            ��   ���           ���  ���          ��� ��\n"
           "\t�� ����          ���   ����         ����  ����        ���� ��\n"
           "\t��                                                         ��\n"
           "\t��                 [ HaCkZaTaN  ..... ]                    ��\n"
           "\t��                 [ Paisterist ..... ]                    ��\n"
           "\t��                 [ Daemon21   ..... ]                    ��\n"
           "\t��                 [ g30rg3_x   ..... ]                    ��\n"
           "\t��            [ Http://WwW.NeoSecurityTeam.Net ]           ��\n"
           "\t��                                                         ��\n"
           "\t�������������������������������������������������������������\n"
           "\t ������������������������������������������������������������\n\n\n");
           
           getchar();
           LegitCheckControl = fopen("LegitCheckControl.dll", "r+");
           
           if (LegitCheckControl == (FILE *)0)
           {
                       printf("LegitCheckControl.dll not found. Aborting.\n\n");
                       printf("Hit <Enter> to quit.");
                       getchar();
                       return 1;
           }
           
           printf("Starting...\n");
           
           for (i = 0; i < 3; i++)
           {
               fseek(LegitCheckControl, byte_pairs[i].offset, SEEK_SET);
               fwrite(&byte_pairs[i].val, 1, 1, LegitCheckControl);
           }
           
           fclose(LegitCheckControl);
           printf("->Patch completed.\n\n");
           printf("Done, enjoy...\n\n");
           getchar();

           return 0;
}

                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation