home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacks & Cracks
/
Hacks_and_Cracks.iso
/
cracks
/
cracks3.zip
/
NEWSMO~2.ZIP
/
NMONG103.TXT
< prev
Wrap
Text File
|
1997-03-18
|
1KB
|
38 lines
Registration Crack for NewsMonger v1.0.3 (TechSmith)
====================================================
by romeo-JUANDA
1. Copy nmong103.exe to the SAME directory as nmonger.exe
2. Run the crack
3. Run NewsMonger
4. Register by keying in any number that is 14 characters long
(e.g. 98765432101234) <= THIS IS VERY IMPORTANT !!!!!!!!!!
5. You're registered!
==============================================
FOR PEOPLE WHO ARE INTERESTED IN CRACKING ONLY
==============================================
How does the registration program work?
1. When you try to register, it checks if it is 14 characters
in length
2. Then, it ignores the last 5 numbers and start generating
a serial number based on the name given (e.g. romeo-JUANDA)
3. At offset B330, if the number that you key in is not valid,
it jumps to a memory location (and display the error message)
00000B330 75 => Jump if not zero (if number does not match)
4. Then, at offset B33A, before ALL numbers are matched, it
jumps back to revalidate the number
00000B33A 72 => Jump before (all numbers are matched)
5. So, to crack it, change offset 00000B330 to 74 so that it will
jump even if the number is wrong.
6. Next, offset 00000B33A must be altered in such a way that
it will not jump back to revalidate the wrong number.
So, change 00000B33A to 74 as well (jump is zero, and it will
not jump because EAX starts with 02)
-romeo-