Download Intel C/C++ Compiler v4.0

Added to site2002-12-31
Rating80/100
Votes3


intelcccompilerv4.0.zip (28657 bytes)

namesizecompressed
CRK_ICL4.EXE 46592 26455
TUTORIAL.TXT 2165 1159
FILE_ID.DIZ 1578 723

TUTORIAL.TXT

Target: Intel C/C++ Compiler 4.0
File(s) to patch: icl.exe
File offset: $A8D0 (43216)
Code offset: $40B4D0 (4240592)
Limitation: trial period limited to 14 days

Rating: My grandmother says, it took her 5 minutes to crack that.
Used tools: WDASM 8.93


I'm too lazy to show original and patched bytes and opcodes. I simply
patched the function at $40B4D0 that it immediately returns eax=1.


At first, I launched all executables from the compiler package. OK -
just the compiler itself, icl.exe, moaned about being a trial version
and that I was on my 1st evaluation day of 14. I set the date to
something beyond 2000, indeed - as Intel says, their evaluation release
of their funny compiler is really run limited to 14 days. Nevertheless,
it produces code without any annoying additions to it.
Very very very often (99,9999%), time evaluations are really easy to
crack. So, I disassembled icl.exe with WDASM. At first, I looked the
string reference table up but did not find anything that looked
suspicious and related to our problem. OK, why not? I studied the
imported functions - voilα, "GetSystemTimeAsFileTime". This function
is referenced at $40B54B what is in the beginning of a quite long
routine what actually does perform the time check and messes your
screen up with annoying messages about your trial period.
So, I scrolled a few lines back and I saw WDASM telling me "Referenced
by CALL at Address: 0040A132". I went to that address, YES - that's it!
After the call there's MOVZW EAX, AL and TEST EAX, EAX. That looks very
suspicious, so I loaded icl.exe into the integrated debugger and set a
breakpoint to this TEST EAX, EAX. With a normal date, this function
returns EAX=1, maybe, EAX even represents the evaluation day you are
currently on. If EAX is 0, the compiler evaluation regards itself as
expired and ceases to do what YOU want.
Now comes the patching. I set a breakpoint to the beginning of this
function $40B4D0. When it was reached, I patched the instructions to
MOV EAX,1 and RET. That's it. My crack does exactly the same.

Have fun with it. Pardon for this terrible tutorial.


The AntiXryst


FILE_ID.DIZ

         **** Visit CrossOver at http://crossover.tsx.org ****
----------------------------------------------------------------------
Application:    Intel C/C++ Compiler 4.0
Written by:     Intel Corporation
Cracked by:     The AntiXryst
Crack released: 22th may 1999
File to patch:  icl.exe
Kind of patch:  removes time limitation
----------------------------------------------------------------------

As always, have a backup of the application files (see above).
Place the crack into the directory this file is located in - it's
in the most cases C:\Programme\Intel\Compiler4.0\bin. Make sure that
neither the compiler nor Microsoft VisualStudio are running, that the
compiler executables are not write-protected and that you have
permissions to access and to modify them (Windows NT only).
Then, just run CRK_ICL40.EXE, preferrably from the command line.

In case of errors my crack will inform you what's wrong ;-) and how to
solve the problem.

NOTE: I did not test the cracked release with VisualStudio, but its
cracked state should not have any side effects.

----------------------------------------------------------------------
Well, if you like Intel C/C++ Compiler, please obtain it the legal way,
because usage of cracked programs, depending on the country you live
in, is illegal. By obtaining it the legal way, you support the author
and engage him to continue further development of the product.
----------------------------------------------------------------------
         **** Visit CrossOver at http://crossover.tsx.org ****


# 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z