+ Reply to Thread
Page 1 of 3
1 2 3 LastLast
Results 1 to 10 of 25

Thread: Cracking an Application Method One (PART 2)

  1. #1
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6

    Cracking an Application Method One (PART 2)

    Read Part one Before Here:
    Cracking an Application Method One (PART 1)
    So here comes in HIEW, so write down that address (0043B04D) and now you can close W32Dasm, no need to save. So copy the file you want to crack in the HIEW folder for easier access.

    So this is HIEW:-



    And as you can see it is not so user friendly so that is why I told you to copy the file into the same folder, now as you can see there is the ‘CrackMe.Exe’ scroll down to the file you are cracking and press enter to open it. Now you will see this:



    Now Press F4 on your keyboard and select Hex. So you will now see this:-



    You are seeing The Address (this should ring a bell in your mind) then the AAM number of the operation, and a small description of the operation, example, Add. Now Press F5 and you will see this:



    Now write .the address, so in this case it is .0043B04D, DO NOT FORGET THE FULLSTOP BEFORE! As this might give you an error like range out of file. And that is not a good thing, so if that happens to you don’t give up! Just enter a fullstop before the address. So it will be something like this:



    Afterwards press Enter and you will be taken to that address and the following will be displayed:



    As you can see it is a jne (the same as we saw in W32Dasm! So you are on the right track. Now you can edit just the numbers so you need to know the number of the opposite operation, meaning if it is a jne, the number is 75, and the code of the je is 74, so we edit that 75 into a 74, if you want to not to display that message box you should make 90, meaning NOP, that stands for No Operation, but that does not always work while cracking applications. That is used to disable a register splash screen, usually. But this is not our case! So press F3 and write 74 instead of the 75 and press F9 to update so now this should be a je, like this:



    Now press F10 to quit. Now congratulations you have cracked this application.. Can’t believe it? Let’s test it, open the cracked exe and enter anything you want.. I entered ‘I don’t care!’ and haha.. the cracked work!



    Congratulations! Now the main aim of this article is to tell you how to protect yourself from such an easy method of cracking. Because this was way too easy. Well usually the solution is even simpler, Just use an EXE compressor or encrypt your EXE, this usually solves this problem.. and at least your applications will not be so easily cracked! But please not that there are other ways to crack it, even with the compressor, but that will require much more work.. so for now this should solve it!

  2. #2
    Programming God NeedHelp is on a distinguished road
    Join Date
    May 2006
    Posts
    526
    Excellent tutorial, one question though. What is an EXE compressor and are their free ones?

  3. #3
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6
    Well an EXE compressor is a program that usually compresses EXE files, but they still are executable on their own.. so that involves some sort of simple algorithm, so the EXE file is not so plain.. it is kinda encrypted.And I don't know of any free ones (I am not saying there are none) just search for some.. I bet you will find.. And thanks for the feedback!! It was a long tutorial!!

  4. #4
    Co-Administrator John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John's Avatar
    Join Date
    Jul 2006
    Age
    21
    Posts
    5,885
    Blog Entries
    25
    Be sure to check out one of our sponsors Software Copy Protection

  5. #5
    Newbie mthomas169 is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    1

    Thanks

    worked great!

  6. #6
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6
    You are welcome! Hope that you now are able to make your software more secure.

  7. #7
    Newbie kassinokidd is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    6
    Nice tut , should help anyone know the basics of cracking

  8. #8
    Newbie kassinokidd is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    6
    Although, I have a question, on some programs , while using Hiew and I try to edit and Says Read Only, although that is the correct address .



    Bleh forgot to edit the first post XD sorry double post lol

  9. #9
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6
    It is read only because you have the application open (the one you are cracking)

  10. #10
    Newbie kassinokidd is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    6
    Yeap, lol no wonder when I did it freshly it happened.

+ Reply to Thread
Page 1 of 3
1 2 3 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Cracking an Application Method One (PART 1)
    By TcM in forum Security Tutorials
    Replies: 52
    Last Post: 08-27-2009, 12:41 AM
  2. Adding MSCOMM control to Visual C++ Application
    By ifitzgerald in forum C and C++
    Replies: 2
    Last Post: 09-14-2007, 10:05 AM
  3. Terminate a method.....
    By Ronin in forum Java Help
    Replies: 1
    Last Post: 02-08-2007, 02:03 PM
  4. Java Help Files
    By xXHalfSliceXx in forum Java Help
    Replies: 3
    Last Post: 11-28-2006, 11:30 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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