Adsense

Monday, March 2, 2015

Cracking GAMS (Government Accounting Management System)

Hello, this is next tutorial on cracking
Application : GAMS (Government Accounting Management System)
Company : Gautam Software Developer
Method : Cracking with Serial Fishing ( Finding out the Registration Key)
Tools used : Ollydbg debugger
Website : http://www.gpbimal.com

Only for Educational Purpose

     When you open the program GAMS.exe, you will be asked for Username and Password. By Default, Username:Password is Bimal:bimal. So, when the program is fully loaded, There you will see Trial version. So our task is to find the Full Version Key for this software. Here it begins....

  1. Fire up GAMS.exe on Ollydbg.exe and run the the program by Pressing F9
  2. Now Click  रजिषटर inside सेटिङ  Menu.
  3. A Register dialogue box will appear. You are asked for Product Code for registration while Machine Code is self generated uniquely for each pc's.
    Enter fake Product code ( In my case '777777777') But Do not click Register Button now.
  4. In ollydbg, click E (As you see below menu bar - L|E|M|T|W|H|C... )
  5. There you search for -MSVBVM60.dll- then right click on this file and select (View names)
  6. Under Names in MSVBVM60, Search for __vbaStrCmp and put breakpoint on it by pressing F2
  7. Now you click Register Button on the Registration dialogue where you entered Fake product Code.
  8. As you hit the Register Button, Ollydbg will fire on the Breakpoint on vbaStrCmp where you will see your fake product key and the real product key being ready for compare.
  9. There you have a real Full Version product key on the Register's view.
  10. Happy Reversing....


No comments:

Post a Comment