تقييم الموضوع :
  • 7 أصوات - بمعدل 3.29
  • 1
  • 2
  • 3
  • 4
  • 5
طريقة لكسر بعض البرامج المحمية بـ Asprⵙtect
#1
بسم الله الرحمن الرحيم

الأدوات المستخدمة:
OllyDbg
Detect it easy
aspr_ide.dll
CodeDoctor.dll بلوقن خاص بـ: OllyDbg
برنامج :Capture Assistant
 
 تم استخدام اضافة CodeDoctor.dll
لحفك الحماية
و لكن ملف
 aspr_ide.dll
ما وظيفته ؟
Sometimes, after unpacking an asprotect target, the application may still rely on the functions and procedures provided by asprotect in its aspr_ide.dll.
While the sdk allows for custom functions to be added to it, the generic functions include CheckKeyAndDecrypt, SetUserKey, GetHardwareID, GetTrialExecs, GetExpirationDate, GetRegistrationKeys, CheckKey, GetModeInformation, GetRegistrationInformation, GetTrialDays, GetKeyDate, and GetKeyExpirationDate.
The aspr_ide.dll simulate all of these functions and return the correct values to register the application.

الشرح بالمرفقات:


الملفات المرفقة
.txt   Link.txt (الحجم : 80 bytes / التحميلات : 63)
" اللهم أحسن خاتمتنا وأخرجنا من الدنيا علي خير"
أعضاء أعجبوا بهذه المشاركة : dj-siba , offset , x-member , Gu-sung18 , ashrafonlinenow , adhem , Small Axe , xdvb_dz , rhopalocera , hayefa , I TariQ , farfes , STRELiTZIA , mribraqdbra , rce3033 , KaMaN99
#2
thnx bro

هل يمكنك رفع ملف .aspr_ide.dll.rar
وشكرا سلفا
أعضاء أعجبوا بهذه المشاركة : I TariQ , mribraqdbra
#3
library aspr_ide;

uses
  windows;

procedure CheckKeyAndDecrypt(Key: PansiChar; Name: PansiChar; SaveKey: Boolean); stdcall;
begin

end;

procedure GetRegistrationInformation(ModeID: Byte; var Key: PansiChar; var Name: PansiChar); stdcall;
begin
  Key := '617-434-7265';
  Name := 'www.at4re.net';
end;

procedure GetHardwareID; stdcall;
begin

end;

procedure GetTrialDays(ModeID: Byte; var Total: Cardinal; var Left: Cardinal); stdcall;
begin

end;

exports
  GetHardwareID,
  CheckKeyAndDecrypt,
  GetRegistrationInformation,
  GetTrialDays;
begin

end.

aspr_ide.dll مرفق....


الملفات المرفقة
.rar   aspr_ide.rar (الحجم : 423 bytes / التحميلات : 76)
أعضاء أعجبوا بهذه المشاركة : [email protected] , mribraqdbra , I TariQ , rce3033


التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم