III. Personal Projects

8. HideWizard Crack

Back

Apr 2012 - Apr 2012

Personal

Project Description: HideWizard is a software which can hide windows, processes and files under Windows. The unregistered version will remind you to register every thirty minutes. So I analyzed its disassembled code and cracked it.

Responsibility: I am responsible for all the work of reverse engineering.

Introduction: HideWizard is a software which can hide windows, processes and files under Windows. The unregistered version will remind you to register every thirty minutes. So I analyzed its disassembled code and cracked it. The analysis is as follows, and the download link is provided here:

Languages used by HideWizard Crack are:
Disassembly
C/C++

Techniques used by HideWizard Crack are:
Ollydbg for dynamic debugging
IDA Pro for static disassembling

Useful links:
Download source from GitHub
https://github.com/hsluoyz/HideWizard
Ollydbg official website
http://www.ollydbg.de
IDA Pro official website
https://www.hex-rays.com/products/ida/index.shtml

Pictures:



Fig.1. The unregistered edition of HideWizard.





Fig.2. The activation windows of HideWizard.





Fig.3. An registered edition of HideWizard.





Fig.4. Ollydbg I used for crack HideWizard.





Fig.5. IDA Pro I used for crack HideWizard.
Back