Page 1 of 1

Serials, cracks.

PostPosted: Thu Jun 19, 2008 5:31 pm
by DarkZero
L.spiro whould it be possible for MHS to fint serials and cracks
for programs?

I realy need to be able to FINT/MAKE serials , because most of
the HACK serial sites, are made by people who are ment to destroy your pc,
I cant trust people who exploide/make Worms,Spyware,Adware.Trojans.etc...

PostPosted: Thu Jun 19, 2008 6:43 pm
by mezzo
You can easily make cracks and serials with MHS.
Very easily even. (code coverage has made it even easier)

PostPosted: Thu Jun 19, 2008 7:30 pm
by DarkZero
mezzo wrote:You can easily make cracks and serials with MHS.
Very easily even. (code coverage has made it even easier)


Easier said than done mezzo.

The first problem is that i am not a programmer, so i dont even know where to look for it, and what to use from the MHS tools to fint it.

You may be able to fint it yourself, but i am no a pro on using MHS like you.

I don't know if it legal to ask for it, but if u have the time and knowlege to do it ,
could u make an example on this.Like a small video, or even a tutorial.

I realy need help with this. :?

PostPosted: Thu Jun 19, 2008 10:40 pm
by mezzo
Copy protections and serial creation are too complex topics to make any form of video tutorial about.

But MHS gives you all the tools that you could possibly want to:

- you can breakpoint on windows API calls (use the ones that get input from textwindows and boxes)
- breakpoint on registry reading/writing calls
- code coverage to find the location of the calls that deal with the registration/copy protection
- text searches in MHS (eg. enter XXXXXX as the serial and then text search for this string..
if the location of the XXXXX changes when trying multiple times, you need to do a pointer search..)
- if you got a nice fast PC, you could even write a PoC script to bruteforce the serial with LSS (lol, lever tried it, but it should work)
- ....

In the end, MHS is a debugger, with VERY advanced searching capabilities and it is scriptable.
It's the perfect tool for software reversing.. and getting better with each version.

btw: I wouldn't want to get L.Spiro in any trouble, as keygens and cracks
are generally frowned upon. My advise to you would be to take a crack tutorial that show how to do a crack with for instance ollydb and then try to do it with MHS.
(I'm not making a tut for the simple reason that I don't want to mention the programs I have cracked this way...
the writers of those programs might not appreciate it :p)
(**cough w1n1mage**)

PostPosted: Thu Jun 19, 2008 11:31 pm
by DarkZero
Mezzo, u make it look so easy....
Argg anyway i dont undrestand a thing...
Maybe its just not my time and i dont want to pressure u on explaining it...
So the only thing for me to do now is to read ALL the Tutorials on
every tool that MHS has, so that i will be able to READ and UNDESTAND what
u have tried to say to me.....
To me it looks like Chinesse...cant understand a thing lol...

Nice try thought on trying to explain to me...
I am just not the 1 that will undrestand easy enought.. 8)

ARGGG sometimes i hate myself...i cant even do the simple things...

PostPosted: Fri Jun 20, 2008 1:36 am
by mezzo
If you are serious about learning, start out with the below:

* Learn how to set a breakpoint on an windows API call
* Learn how to do pointer searches
* learn basic assembler, understand what JZ, JNZ and all the other JMP related instructions do
* Learn how to work with the debugger, know the difference between a step, a trace over, etc
* Download the win32 API help file (google win32.hlp)

a small shove in the right direction: when you get a window asking for a serial, chances are HUGE that the "getWindowTextA" call will be launched when you press the "ok" or "Register" button. If you breakpoint that API call, you can pat yourself on the back, you have just found the 'starting point' of your search for the registration OK/Not OK routine. The second place that is good to put breakpoints is the API call that displays a window.
I will let you search around for that one yourself.

Oh, and if I gave you the idea this is easy, that's a yes and a NO.
Some are easy, some are VERY hard. But trust me when i say that unless you trick out ollydbg with a great deal of plugins, MHS is the way to go.

Good luck and enjoy !! BTW: All reversing is best done in shorts, sipping an ice cold vodka...
preferably polish vodka.

PostPosted: Fri Jun 20, 2008 2:01 am
by DarkZero
AND THAT SUPPOSE TO HELP..

Just kiding...ok i got it, argg and i have so muts to read about...

OK i beleave in a month or so i will be able to do it...

Thnx for the help start mezzo.