Results 1 to 2 of 2

Thread: How to make key W3Filer V1.13 generators

  1. #1
    Senior Member
    Join Date
    Sep 2007
    Location
    เวียงจันท์ ลาว
    Posts
    298


    [hide=30]How to make key generators?
    -===========================-
    Introduction
    ------------
    I take no responsibility of the usage of this information.
    This tutorial, is for educational knowledge ONLY.
    Hi there, in this tutorial, I intend to teach you how to make a pretty
    simple keygen, of a program called W3Filer 32 V1.1.3.
    W3Filer is a pretty good web downloader...
    I guess some of you might know the program.
    I`ll assume you know:
    A. How to use debugger (in this case, SoftIce).
    B. How to crack, generally (finding protection routines,patching them,etc...).
    C. How to use Disassembler (This knowledge can help).
    D. Assembly.
    E. How to code in Turbo Pascal ™.

    Tools you`ll need:

    A. SoftIce 3.00/01 or newer.
    B. WD32Asm. (Not a must).
    C. The program W3Filer V1.13 (if not provided in this package), can be found in
    www.windows95.com I believe.
    D. Turbo Pascal (ANY version).
    Well, enough blah blah, let's go cracking...
    Run W3Filer 32.
    A nag screen pops, and , demands registration (Hmm, this sux ;-)) Now,
    We notice this program has some kind of serial number (Mine is 873977046),
    Let's keep the serial in mind, I bet we`ll meet it again while we're on
    the debugger.
    Well, now, let's put your name and a dummy reg code...
    set a BP on GetDlgItemTextA, and, press OK.
    We pop inside GetDlgItemTextA, Lets find the registration routine...
    I`ll save you the work, the registration routine is this:

    Code:
    :00404DB2 8D95A8FAFFFF lea edx, dword ptr [ebp+FFFFFAA8]
    :00404DB8 52 push edx ---> Your user name here.
    :00404DB9 E80B550000 call 0040A2C9 ---> Registration routine.
    :00404DBE 83C408 add esp, 00000008 ---> Dunno exactly what is it.
    :00404DC1 85C0 test eax, eax ---> Boolean identifier, 0 if
    :00404DC3 7D17 jge 00404DDC ---> registration failed, 1 if
    OK.
    Well, Let's enter the CALL 40A2C9, and see what's inside it:

    [code]
    (Please read my comments in the code).
    * Referenced by a CALL at Addresses:
    |:00404DB9 , :00407F76
    |
    :0040A2C9 55 push ebp
    :0040A2CA 8BEC mov ebp, esp
    :0040A2CC 81C4B0FEFFFF add esp, FFFFFEB0
    :0040A2D2 53 push ebx
    :0040A2D3 56 push esi
    :0040A2D4 57 push edi
    :0040A2D5 8B5508 mov edx, dword ptr [ebp+08]
    :0040A2D8 8DB500FFFFFF lea esi, dword ptr [ebp+FFFFFF00]
    :0040A2DE 33C0 xor eax, eax
    :0040A2E0 EB16 jmp 0040A2F8
    * Referenced by a (U)nconditional or

  2. #2
    Senior Member
    Join Date
    Jan 2008
    Location
    Some where on the earth.
    Posts
    106


    ^^a

    รบกวนนิดนะครับ conanjung ..
    คืออยากให้ช่วยแก้ เอาส่วนที่ เป็น code ไปใส่ไว้่ใน tag code นิดนึงอ่ะครับ แล้วช่วยแบ่งออกเป็นส่วนๆด้วย ... คือ นั่งอ่านแล้ว มันดูมั่วๆยัีงไงก็ไม่รู้

    อ๋อ ... แล้วรบกวนใส่หัวข้อให้หน่อยครับ เพราะว่ามันเป็น Keygen ของ W3Filer 32 V1.1.3. มันเอาไปใช้กับตัวอื่นๆไม่ได้ ...
    <div align="center">"Hacking isn’t about helping the security industry, which leeches from Hackers."</div>

    <div align="center">http://img397.imageshack.us/img397/159/cwhbannerzl0.gif</div>

Similar Threads

  1. Make Money Online - Make Sure You Are Protected From Internet Theft
    By newsbot in forum World Hacking/Security News
    Replies: 0
    Last Post: 25-09-2009, 03:53 PM
  2. How to make key generators
    By WC_{Sky} in forum Hacking, Exploit Articles/Tutorial/Techniques
    Replies: 0
    Last Post: 03-05-2009, 10:44 AM
  3. File Format Vulnerabilities and Dynamic Exploit Generators
    By newsbot in forum World Hacking/Security News
    Replies: 0
    Last Post: 20-06-2008, 07:20 AM
  4. Make 3D Forms [vb]
    By conanjung in forum Visual Basic
    Replies: 0
    Last Post: 04-02-2008, 01:54 PM
  5. What do I need to know? if I want to make a robot?
    By asylu3 in forum Robotics Education
    Replies: 3
    Last Post: 16-11-2002, 04:46 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •