This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Original author: Paul Rascagneres <[email protected]> | |
// Patched by (GalaxyMaster) [https://github.com/galaxy4public/] | |
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
#define ENCRYPT_SIZE 0x100000 | |
int keybits; | |
int y, z; |