Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Coding Releases
You last visited: Today at 09:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



MD5 File Excluder

Discussion on MD5 File Excluder within the Coding Releases forum part of the Coders Den category.

Reply
 
Old   #1

 
Blutbader's Avatar
 
elite*gold: 18
Join Date: Jan 2016
Posts: 187
Received Thanks: 148
MD5 File Excluder

Hiermit möchte ich ein altes Projekt von mir mit euch teilen, ich habe dafür keine Verwendung mehr und hatte es damals aufgegeben. Insofern in einen Prozess injiziert, sucht er mit benutzerdefinierten Intervall gezielt nach geladenen Modulen mit vorher definierten MD5-Werten und schließt den Prozess, sobald einer dieser Werte ausfindig gemacht wurde. Es funktioniert und sollte anfangs als Grundgerüst für einen Anticheat dienen.

Änderungsdatum 2014 da ich die Projektdateien von meinem GitHub-Konto gezogen habe.

Hier werden die MD5-Werte definiert [main.cpp]:
Code:
char *DllFiles[] =
{
	"md5",
	"md5"
};
Hier wird der Intervall für die Überprüfung geändert [main.cpp]:
Code:
void asf(){
    while (1)
    {
		try{
		CheckDlls();
		}
		catch(...){ }
		Sleep(3000);
    }
}
Hier wird die Anzeigedauer der Benachrichtigung geändert [main.cpp]:
Code:
if(strcmp(md5code, DllFiles[j]) == 0){
						CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)DisplayDetect, NULL, 0, NULL);
						Sleep(5000);
						TerminateProcess(GetCurrentProcess(), 1);
					}
Viel Spaß damit.

Attached Files
File Type: rar MD5 File Excluder.rar (3.3 KB, 10 views)
Blutbader is offline  
Reply


Similar Threads Similar Threads
[Selling] [Service]Fast downloading from file upload services(Unibytes, Vip-File and etc..)
12/09/2013 - Trading - 0 Replies
Im working with NovaFile Unibytes FilePlaneta FilePost File*Factory LetItBit Vip-File
Re-upload file from Premium to free host!! Any file, including torrent.
11/29/2013 - Off Topic - 0 Replies
Premium host (examples: Uploaded.net, rapidgator.net, turbobit.net, uptobox.com, and many more) Free host (examples: mediafire, putlocker, mega.co.nz) Anybody need me just put the link below and tell me which free host you want me to put in. I only keep the file for about one week, so anyone want more time, please tell me!!! And ... TORRENT IS ALSO AVAILIBLE FOR RE-UPLOAD!! I don't do low seeds, and please check the date of that torrent (2008 is too old for me) So yeah :)
anyone post here the file of editing file.. the .edf file
07/13/2013 - RF Online - 3 Replies
please post here... so that i can download again.. i guess the old one thread was gone.. i've been search for an hour in this section.. but i can't see it... thanks..



All times are GMT +2. The time now is 09:38.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.