// A loader for Armadillo Protected "Pinch v2.58" (DEMO SOURCE CODE, NOT WORKING VERSION)
// Coded by arnix [arnix@freenet.am] -----------
// ----------------------------------------------
// What is it? OK, I've had a program and registration
// information for some other computer, the program
// is protected with Armadillo v4.?? and the registration
// information can be used only for that computer,
// because it's connected with computer's hardware ID.
// I had the name, registration code and the hardware
// ID, but I couldn't register it on my computer, so
// I decided to write this loader to force Armadillo to
// "think" that my computer's hardware ID is the same
// as I have had. If you want to use this source code
// for some other application you must:
// 1. Edit the string commented by "change me 1" and
// write there the hardware ID that you have;
// 2. Edit the string commented by "change me 2" and
// write there the executable's name;
// 3. Edit the string commented by "change me 3" and
// write there the registration name;
// 4. Edit the string commented by "change me 4" and
// write there the registration code;
// 5. Compile the source code, it has been successfully
// compiled with "Watcom C/C++ Compiler v1.3" and
// with "lcc-win32" (March 10, 2005 Release);
//
// WARNING: I have changed all registration information in
// this public release! This is not a warez!
// Last updated: September 29, 2005 by arnix
#include <windows.h>
#include <stdio.h>
#define HARDWARE_ID 0x12345678 // change me 1 (0x12345678 is for 1234-5678 hardware ID)
#define PAGE_START 0x00C00000
#define PAGE_END 0x00C17FFFF
#define APP_NAME "Builder.exe" // change me 2
printf("Hello there, this is a loader for Pinch v2.58 (DEMO, NOT WORKING VERSION OF LOADER!)...\n\rCreated by arnix [arnix@freenet.am]\n\r\n\r");
Sleep(4000);