Tuesday, December 18 2007 @ 11:39 PM CET Contributed by: tanatos Views: 5518
Level : intermediate
OS : windows
Language : C
The code speaks for its self no need for more explaining to be done.Use win32api.hlp if you need any informations about the API's used.
Code was compiled in Dev-CPP.
Best regards.
Friday, November 02 2007 @ 09:14 PM CET Contributed by: Devoney Views: 9887
Level : 6/10 OS : windows Language : Assembly
Intro: The FBI has intercepted a program which contains important information. The program needs a code to give the information free, but the FBI and CIA are clueless and has asked you, as a professional cracker, to get the information from the program.
Saturday, September 08 2007 @ 09:48 AM CEST Contributed by: ColdT Views: 24702
This essay consists of a CRC tutorial and a way of how to reverse it. Many
Coders/Reversers don't know exactly how CRC works and almost no one knows how to
reverse it, while this knowledge could be very usefull.
First the tutorial will
learn you how to calculate CRC in general, you can use it as data/code
protection. Second, the reverse part will learn you (mainly) how to reverse
CRC-32, you can use this to break certain CRC protections in programs or over
programs (like anti-virus).
There seem to be utilities who can 'correct' CRCs
for you, but I doubt they also explain what they're doing.
I'd like to warn you, since there is quite some math used in this essay. This
wont harm anyone, and will be well understood by the avarage Reverser or Coder.
Why? Well. If you dont know why math is used in CRC, I suggest that you click
that button with a X at the top-right of this screen. So I assume the reader has knowledge of binair arithmetic.