|
||||||
| Security Tutorials Tutorials on how to protect your software against crackers. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
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! |
| Sponsored Links |
|
|
|
|||||
|
Be sure to check out one of our sponsors Software Copy Protection
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cracking an Application Method One (PART 1) | TcM | Security Tutorials | 26 | 07-30-2008 03:33 PM |
| Adding MSCOMM control to Visual C++ Application | ifitzgerald | C and C++ | 2 | 09-14-2007 10:05 AM |
| Terminate a method..... | Ronin | Java Help | 1 | 02-08-2007 02:03 PM |
| Java Help Files | xXHalfSliceXx | Java Help | 3 | 11-28-2006 11:30 PM |
Goal: 100,000 Posts
Complete: 67%