One-minute cracking of remote control software

Source: Internet
Author: User

[Software name]: NetWindows Software Version: 1.15
[Software size]: 552KB
[]: Http://wisefox.zj.com/
[Software Overview]: small green remote control software (domestic products)
[Software restrictions]: Time NAG + registration code
[Statement of cracking]: A Beginner's Crack is only interested and has no other purpose. For errors, please enlighten us!
[Cracking tool]: W32Dasm, UltraEDIT32

-------------------------------------------
 
[Cracking process ]:

 

After the software is opened and runs for 1 minute, a dialog box is displayed, prompting us to register. Enter the user name, company, serial number (whatever you want), and click Register. What can you see! "The serial number is invalid." This is an important information we need ~~ We started the project. Open the software with W32Dasm and select "Serial Data Reference" from the reference menu to find the required "invalid serial number" and double-click the mouse.

* Referenced by a (U) nconditional or (C) onditional Jump at Address:
|: 00411CCA (C)
|
: 00411D84 6A30 push 00000030

* Possible StringData Ref from Data Obj-> "warning"
|
: 00411D86 68ECA24500 push 0045A2EC

* Possible StringData Ref from Data Obj-> "The serial number is invalid ";
|
: 00411D8B 68B8AC4500 push 0045ACB8; double-click the mouse and jump up to him (JZ, JNZ, JNE, JMP, etc)
: 00411D90 8BCE mov ecx, esi
: 00411D92 E8DA010200 call 00431F71
: 00411D97 5F pop edi
: 00411D98 5E pop esi
: 00411D99 5D pop ebp
: 00411D9A 5B pop ebx
: 00411D9B 59 pop ecx
: 00411D9C C3 ret

××××××××××××××××××××××××××××××××××××××××

* Reference T ADVAPI32.RegSetValueA, Ord: 0185 h
|
: 00411CE1 8B3D08904400 mov edi, dword ptr [0, 00449008]
: 00411CE7 8B48F8 mov ecx, dword ptr [eax-08]
: 00411CEA 51 push ecx
: 00411CEB 50 push eax
: 00411CEC 6A01 push 00000001

* Possible StringData Ref from Data Obj-> "SOFTWARENetWindowUserName"; the user name you entered is written to the Registry.
|
: 00411CEE 6840AD4500 push 0045AD40
: 00411CF3 6802000080 push 80000002
: 00411CF8 FFD7 call edi
: 00411CFA 85C0 test eax, eax
: 00411CFC 7413 je 00411D11; Comparison and calculation of the Registry
: 00411CFE 6A30 push 00000030

* Possible StringData Ref from Data Obj-> "warning"
|
: 00411D00 68ECA24500 push 0045A2EC

* Possible StringData Ref from Data Obj-> "An error occurred while modifying the registry! "
|
: 00411D05 6830AD4500 push 0045AD30
: 00411D0A 8BCE mov ecx, esi
: 00411D0C E860020200 call 00431F71

* Referenced by a (U) nconditional or (C) onditional Jump at Address:
|: 00411CFC (C)
|
: 00411D11 8B4664 mov eax, dword ptr [esi + 64]
: 00411D14 8B48F8 mov ecx, dword ptr [eax-08]
: 00411D17 51 push ecx
: 00411D18 50 push eax
: 00411D19 6A01 push 00000001

* Possible StringData Ref from Data Obj-> "SOFTWARENetWindowCompanyName"; enter the company name in the registry.
|
: 00411D1B 6810AD4500 push 0045AD10
: 00411D20 6802000080 push 80000002
: 00411D25 FFD7 call edi
: 00411D27 85C0 test eax, eax
: 00411D29 7413

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.