[C++] Executable protector (stub) - Version imprimable +- N-PN White-Hat Project (https://dev.n-pn.fr/forum) +-- Forum : Programmation (https://dev.n-pn.fr/forum/forumdisplay.php?fid=72) +--- Forum : Langages compilés (https://dev.n-pn.fr/forum/forumdisplay.php?fid=25) +--- Sujet : [C++] Executable protector (stub) (/showthread.php?tid=1555) |
[C++] Executable protector (stub) - Fr3ak - 01-10-2011 Yop les chtis baznets, Voici le stub d'un protecteur d'exécutable qui demande une clé et utilise un simple ou exclusif. Directory.cpp Code PHP : #include <string> Directory.h Code PHP : #ifndef DIRECTORY_H main.cpp Code PHP : #include <algorithm> Makefile.sh Code PHP : #!/bin/sh Process.cpp Code PHP : #include <stdexcept> Process.h Code PHP : #ifndef PROCESS_H Resource.cpp Code PHP : #include <stdexcept> Resource.h Code PHP : #ifndef RESOURCE_H Xor.cpp Code PHP : #include <stdexcept> Xor.h Code PHP : #ifndef XOR_H Todo - Faire l'autre partie du programme - Tester le stub (je l'ai pas testé mais c'est censé marcher) [C++] Executable protector (stub) - fr0g - 05-10-2011 Yeah cool , je me remet doucement au c++ ces temps ci, merci pour le code [C++] Executable protector (stub) - Xylitol - 14-12-2011 La "protection" qu'offre cette "Executable protector" est nulle. Il faut lancer le PE protégé en runtime, pas comme tu le fais. |