Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Yesterday at 3:05 AM
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Jun 11, 2026
Ad icon
Wechat qr verification
Pawan2005
Updated:
Jun 11, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
Podi Tricks tikak*
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Supunqw" data-source="post: 8641556" data-attributes="member: 225222"><p><strong><strong>Cracking WinRAR Tutorial</strong> </strong></p><p></p><p> Author: Jakash3</p><p>Typed December 05, 2009</p><p></p><p>This tutorial will show you how to remove the 40 days</p><p>trial timer for WinRAR 3.71 (using the method shown in</p><p>this tutorial, you may also try to crack newer versions</p><p>of winrar, but for now I will just use version 3.71) and</p><p>create a patch for it.</p><p></p><p><strong><a href="http://www.mediafire.com/?2v4zzzhngnm" target="_blank">Download this</a></strong> which includes the following for what you need:</p><p></p><ul> <li data-xf-list-type="ul">WinRAR 3.71 Trial Version</li> <li data-xf-list-type="ul">Disassembler: HDASM (Hacker's Disassembler)</li> <li data-xf-list-type="ul">Hex Editor: HIEW (Hacker's View)</li> <li data-xf-list-type="ul">Patch Creator: dUP (diablo2oo2's Universal Patcher)</li> </ul><p></p><p>First open the wrar371 setup file to install WinRAR. Now open WinRAR, and</p><p>as you can see, there is the notice that comes up that says that you have</p><p>40 days to evaluate WinRAR then you have to buy it.</p><p></p><p><a href="http://jakash3.wordpress.com/files/2009/12/wctutimg11.jpg" target="_blank"><img src="http://jakash3.wordpress.com/files/2009/12/wctutimg11.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>First before doing anything, make a copy/backup of WinRAR.exe </p><p>"C:\Program Files\WinRAR\WinRAR.exe".</p><p>Now we will disassemble WinRAR. So open HDASM and through here, load</p><p>the copy of WinRAR.exe that you created, don't worry about the settings</p><p>for disassembling; just stick with the default and click Disassemble. Once</p><p>loaded, we will look at the dialog box references of this program; the one</p><p>that we will try to find is called (by window title) "Please purchase WinRAR</p><p>license" (the dialog we see when we open WinRAR). To see this list of</p><p>dialogs, click 'D' on the toolbar. Now search for the dialog by typing in the</p><p>search bar "Please purchase WinRAR license". Of course, you don't have to</p><p>type the whole thing: once you have typed 'Please pur' it will index to the</p><p>only possible item for what we are searching for. When indexed you will see</p><p>the ID keyword next to it which in this case is "REMINDER". Now we can</p><p>take this ID and search for it in the disassembly. Exit the dialog references</p><p>box and click 'S' (for search string references) on the toolbar and search for</p><p>"REMINDER" w/out the quote. Double click on the result and it will bring to</p><p>the offset address 0043FF47, please make a note of this address. </p><p></p><p><a href="http://jakash3.wordpress.com/files/2009/12/wctutimg2.jpg" target="_blank"><img src="http://jakash3.wordpress.com/files/2009/12/wctutimg2.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p><em>At this address the instruction is 'push 004A8AA0', if you go to the</em></p><p><em>004A8AA0 address in the file (with a hex editor) you will see that all the hex</em></p><p><em>bytes [up until the hex 00 (null termination)] spell out 'REMINDER' in ascii.</em></p><p><em>And remember that this is an ID for the trial reminder dialog box. on the</em></p><p><em>second to next instruction you will see a call to USER32.DialogBoxParamA</em></p><p><em>external library to show and execute the functions of the trial reminder box</em></p><p><em>that was pushed to the stack for one of the arguments.</em></p><p></p><p>Now that we know the address of where this dialog comes in we can modify</p><p>it to take it out by replacing the instruction 'push 004A8AA0' with 'nop''s so</p><p>when the library call is executed it will return nothing since the ID of the</p><p>dialog template is not specified. A hex editor is required for the raw</p><p>modification of files. So we shall exit HDASM and drag and drop WinRAR.exe</p><p>into HIEW to load the hex dump and disassembly of WinRAR into HIEW</p><p>(HIEW32.exe). Now after you have loaded WinRAR into HIEW press F4</p><p>(mode) and select decode, press F5 (goto address) and enter '.0043FF47'</p><p>to go to the address of the REMINDER dialog setup. Once at this address,</p><p>press F3 to edit, and type 90 five times to replace 'push 0004A8AA0' with</p><p>'nop {newline} nop {newline} nop {newline} nop {newline} nop', nop means</p><p>No Operation it will perform no instruction; it's just a byte to take up file</p><p>space. </p><p></p><p><a href="http://jakash3.wordpress.com/files/2009/12/wctutimg3.jpg" target="_blank"><img src="http://jakash3.wordpress.com/files/2009/12/wctutimg3.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p>Press F9 to update. </p><p></p><p>Finally we have a cracked version copy of WinRAR! Optionally we can make</p><p>a patcher for this so when you re-install the trial of winrar 3.71 again, you</p><p>can just open the patcher in the same directory and winrar will be modified</p><p>again for the crack, instead of going through what we just did all over</p><p>again. This patch will be made with dUP. </p><p></p><p>Before starting, we should have our patched cracked version of WinRAR.exe</p><p>(which we just made) and the original WinRAR.exe file that is not cracked.</p><p></p><p>First to make a winrar crack patch open dUP and select New Project.</p><p>From here just enter patch info to show to the user before they execute</p><p>the patch. After saving, click Add and select [offset patch]. Edit the offset</p><p>patch data by double-clicking [Offset Patch] in the listbox. The file that we</p><p>want this program to patch is WinRAR.exe, so browse and select the original</p><p>WinRAR.exe file for the Target File. And instead of entering the offset, the</p><p>original byte, and the patched byte, we will just compare the orignal</p><p>WinRAR.exe file to the cracked WinRAR.exe. Do this by going to the</p><p>Compare Files groupbox and enter the orignal winrar and our patched winrar</p><p>for the appropriate fields and click Compare. Now that the file knows what</p><p>to patch we can save this, click save. </p><p><a href="http://jakash3.wordpress.com/files/2009/12/wctutimg4.jpg" target="_blank"><img src="http://jakash3.wordpress.com/files/2009/12/wctutimg4.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p>Finally, click Create Patch. </p><p>The patcher file will be created in your specified directory, after refreshing</p><p>that directory you should see it. Congrats on creating your WinRAR 3.71</p><p>Patch Crack! As said earlier, after you install the trial of winrar 3.71 just</p><p>open the patch within the same folder as WinRAR.exe and patch it.</p><p></p><p>Well that is my tutorial on cracking winrar, if you follow this example nicely, you can find that you can crack (or patch) newer versions of winrar using the same method. Good luck!</p></blockquote><p></p>
[QUOTE="Supunqw, post: 8641556, member: 225222"] [B][B]Cracking WinRAR Tutorial[/B] [/B] Author: Jakash3 Typed December 05, 2009 This tutorial will show you how to remove the 40 days trial timer for WinRAR 3.71 (using the method shown in this tutorial, you may also try to crack newer versions of winrar, but for now I will just use version 3.71) and create a patch for it. [B][URL="http://www.mediafire.com/?2v4zzzhngnm"]Download this[/URL][/B] which includes the following for what you need: [LIST] [*]WinRAR 3.71 Trial Version [*]Disassembler: HDASM (Hacker's Disassembler) [*]Hex Editor: HIEW (Hacker's View) [*]Patch Creator: dUP (diablo2oo2's Universal Patcher) [/LIST] First open the wrar371 setup file to install WinRAR. Now open WinRAR, and as you can see, there is the notice that comes up that says that you have 40 days to evaluate WinRAR then you have to buy it. [URL="http://jakash3.wordpress.com/files/2009/12/wctutimg11.jpg"][IMG]http://jakash3.wordpress.com/files/2009/12/wctutimg11.jpg[/IMG][/URL] First before doing anything, make a copy/backup of WinRAR.exe "C:\Program Files\WinRAR\WinRAR.exe". Now we will disassemble WinRAR. So open HDASM and through here, load the copy of WinRAR.exe that you created, don't worry about the settings for disassembling; just stick with the default and click Disassemble. Once loaded, we will look at the dialog box references of this program; the one that we will try to find is called (by window title) "Please purchase WinRAR license" (the dialog we see when we open WinRAR). To see this list of dialogs, click 'D' on the toolbar. Now search for the dialog by typing in the search bar "Please purchase WinRAR license". Of course, you don't have to type the whole thing: once you have typed 'Please pur' it will index to the only possible item for what we are searching for. When indexed you will see the ID keyword next to it which in this case is "REMINDER". Now we can take this ID and search for it in the disassembly. Exit the dialog references box and click 'S' (for search string references) on the toolbar and search for "REMINDER" w/out the quote. Double click on the result and it will bring to the offset address 0043FF47, please make a note of this address. [URL="http://jakash3.wordpress.com/files/2009/12/wctutimg2.jpg"][IMG]http://jakash3.wordpress.com/files/2009/12/wctutimg2.jpg[/IMG][/URL] [I]At this address the instruction is 'push 004A8AA0', if you go to the 004A8AA0 address in the file (with a hex editor) you will see that all the hex bytes [up until the hex 00 (null termination)] spell out 'REMINDER' in ascii. And remember that this is an ID for the trial reminder dialog box. on the second to next instruction you will see a call to USER32.DialogBoxParamA external library to show and execute the functions of the trial reminder box that was pushed to the stack for one of the arguments.[/I] Now that we know the address of where this dialog comes in we can modify it to take it out by replacing the instruction 'push 004A8AA0' with 'nop''s so when the library call is executed it will return nothing since the ID of the dialog template is not specified. A hex editor is required for the raw modification of files. So we shall exit HDASM and drag and drop WinRAR.exe into HIEW to load the hex dump and disassembly of WinRAR into HIEW (HIEW32.exe). Now after you have loaded WinRAR into HIEW press F4 (mode) and select decode, press F5 (goto address) and enter '.0043FF47' to go to the address of the REMINDER dialog setup. Once at this address, press F3 to edit, and type 90 five times to replace 'push 0004A8AA0' with 'nop {newline} nop {newline} nop {newline} nop {newline} nop', nop means No Operation it will perform no instruction; it's just a byte to take up file space. [URL="http://jakash3.wordpress.com/files/2009/12/wctutimg3.jpg"][IMG]http://jakash3.wordpress.com/files/2009/12/wctutimg3.jpg[/IMG][/URL] Press F9 to update. Finally we have a cracked version copy of WinRAR! Optionally we can make a patcher for this so when you re-install the trial of winrar 3.71 again, you can just open the patcher in the same directory and winrar will be modified again for the crack, instead of going through what we just did all over again. This patch will be made with dUP. Before starting, we should have our patched cracked version of WinRAR.exe (which we just made) and the original WinRAR.exe file that is not cracked. First to make a winrar crack patch open dUP and select New Project. From here just enter patch info to show to the user before they execute the patch. After saving, click Add and select [offset patch]. Edit the offset patch data by double-clicking [Offset Patch] in the listbox. The file that we want this program to patch is WinRAR.exe, so browse and select the original WinRAR.exe file for the Target File. And instead of entering the offset, the original byte, and the patched byte, we will just compare the orignal WinRAR.exe file to the cracked WinRAR.exe. Do this by going to the Compare Files groupbox and enter the orignal winrar and our patched winrar for the appropriate fields and click Compare. Now that the file knows what to patch we can save this, click save. [URL="http://jakash3.wordpress.com/files/2009/12/wctutimg4.jpg"][IMG]http://jakash3.wordpress.com/files/2009/12/wctutimg4.jpg[/IMG][/URL] Finally, click Create Patch. The patcher file will be created in your specified directory, after refreshing that directory you should see it. Congrats on creating your WinRAR 3.71 Patch Crack! As said earlier, after you install the trial of winrar 3.71 just open the patch within the same folder as WinRAR.exe and patch it. Well that is my tutorial on cracking winrar, if you follow this example nicely, you can find that you can crack (or patch) newer versions of winrar using the same method. Good luck! [/QUOTE]
Insert quotes…
Verification
Asuwa dahayen wadi kalama keeyada?
Post reply
Top
Bottom