Go Back   FileForums > CD & DVD > CD/DVD Copy Protections & Utilities

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-08-2005, 02:40
peee peee is offline
Junior Member
 
Join Date: Aug 2005
Location: peeland
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
peee is on a distinguished road
Quote:
Originally Posted by TippeX
1. an exe is a binary file, not a txt file
2. you have no idea what you're doing
3. making no-cd's isnt as simple as you seem to think
4. use the search button, every noob asks this question
and every noob ends up being disappointed once someone
tells them it isnt that easy

also the strings dont do the checking, the code does.. so i'd give up if i were you
1) UltraEdit isn't just a plain-text editor. Google's your friend.
2) And you have no idea what you're talking about.
3) For the most part, reversing CD checks is pretty easy/straight forward. In general, it only tends to get difficult for beginners when it's protected with something like safedisc. In which case, the program is packed, has several different anti-debugger checks and loads of bogus CD checks that would just lead them in circles.
4) You're a fu­cking idiot.

Why are you trying to discourage him with a bunch of fabricated bullsh­it? For the most part, reverse engineering ISN'T difficult. It takes some time to learn the tools and some programming knowledge is helpful, but you don't need to be a fu­cking professor to reverse a cd check.

The attitude this post displays is the reason why he's asking a question "every other noob asks." How exactly is your response gonna break the cycle? You didn't give him any helpful advice, didn't point him in the right direction, didn't do anything positive, or anything in general to prevent the next "noob" from coming along and doing the same goddamned thing he did.

For someone who is as educated and intelligent as you pretend to be, you sure do have a problem with common sense, don't you?

In reply to the original poster:

Although ultraedit works as a hex editor, you'd do better to use a disassembler like W32DASM. You could, for example, disassemble the program (assuming it isn't packed) with w32dasm, open the string data reference window and find the message you get (e.g. "please insert the CD into your CD rom") and then double click it. It takes you to a bunch of code and usually right above it is some type of check that usually looks like this:

Code:
00401A2B	51	    PUSH ecx
00401A2C	FFD7	  CALL edi
00401A2E	85C0      TEST eax, eax
00401A30	7420	   JE 00401A52
The 74 represents JE (Jump if Equal), 75 would be JNE (Jump if Not Equal) and in some cases is the only thing you'd need to change. Some CDs actually require the files on the CD, but most of them don't. You won't always be able to disassemble the program, and the string won't always be in the string data references either.

I'd suggest you read some beginner tutorials on reverse engineering. Get a copy of W32DASM and Softice (or as it's called now, "Compuware Driver Studio"). You already have a hex editor (UltraEdit) so you're good there, those 3 would be enough to get started. You should be able to find some helpful tutorials on krobar.cjb.net (If it doesn't work, google the term "The Krobar Collection") which'll get you started.

Despite what the first asshole said, reversing CD checks isn't hard. You were going about it the wrong way, is all. You can find loads of reverse engineering tutorials with any major search engine, and if you look, you'll also be able to find how to get started with cracking CD checks.

I can't remember the URL (so you'll have to google it) but there are still a few sites that have crackmes' for reversing CD checks. They're useful, especially to beginners.

P.S, I'm aware of how old this topic is. The fact is: I don't give a sh­it.

Last edited by peee; 10-08-2005 at 02:42. Reason: bad censors
Reply With Quote
The Following User Says Thank You to peee For This Useful Post:
Kobi Blade (28-08-2017)
Sponsored Links
  #2  
Old 10-08-2005, 03:33
ByteMare's Avatar
ByteMare ByteMare is offline
Registered User
 
Join Date: Dec 2001
Location: The Eternal Prison
Posts: 634
Thanks: 0
Thanked 0 Times in 0 Posts
ByteMare
This question have been asked a million times before and yes, a search would also have pointed him to the sticky topics...oh oh...a topic about making your own cracks...links...why don't ppl realize that the button is there for a GOOD reason?? (No don't waste your time, I know the answer)
__________________
The gateway is open and you're all coming with me.....

Last edited by ByteMare; 10-08-2005 at 03:37.
Reply With Quote
  #3  
Old 10-08-2005, 04:08
GLH's Avatar
GLH GLH is offline
Registered User
 
Join Date: Nov 2000
Location: Berlin / Germany
Posts: 4,727
Thanks: 0
Thanked 0 Times in 0 Posts
GLH is on a distinguished road
Quote:
Originally Posted by peee
4) You're a fu*cking idiot.
You got a 2-month-ban for breaking board rule #7 !!!
__________________
Please read the FileForums [URL="http://www.fileforums.com/showthread.php?t=54193"]BOARD RULES[/URL] and [URL="http://www.fileforums.com/showthread.php?t=73906"]FAQs[/URL].

This post may not be reproduced without prior written permission.
Copyright (c) 2000-2008 All rights reserved to makes me feel special. :-)
[COLOR=black]
[/COLOR]
Reply With Quote
  #4  
Old 13-09-2005, 07:14
cdkiller cdkiller is offline
Registered User
 
Join Date: Oct 2002
Posts: 1,899
Thanks: 0
Thanked 5 Times in 1 Post
cdkiller is on a distinguished road
Quote:
that guy just told you the truth..So you ban him for two months..
nope he seems clueless whats he´s talking about reverse engineering.
Quote:
lol you are a fag arnt you
good-bye
__________________
http://pid.gamecopyworld.com

home of Protection ID the ultimate Protection Scanner.
Reply With Quote
  #5  
Old 14-09-2005, 07:37
ByteMare's Avatar
ByteMare ByteMare is offline
Registered User
 
Join Date: Dec 2001
Location: The Eternal Prison
Posts: 634
Thanks: 0
Thanked 0 Times in 0 Posts
ByteMare
Weeee....biggie fonts to boost your ego...just go ahead talking "lame"...I'd vote that one for "Dumb f*ck of the year"...Now Mike Tyson can step of that throne
__________________
The gateway is open and you're all coming with me.....
Reply With Quote
  #6  
Old 14-09-2005, 07:45
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
hang on bytemare, i think mr bush should be on that throne for a long long time
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #7  
Old 15-09-2005, 23:16
buzzard77 buzzard77 is offline
Junior Member
 
Join Date: Sep 2005
Location: In a house
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
buzzard77 is on a distinguished road
Why?

I came across this thread while searching on google. I am just starting to look around on instructions on how to "crack" game.exe files. I am very disapointed to see that all threads are the same. People getting into threads just to attack other people and avoid the original reason for the thread to exist. I don't agree with the way pee went about it but he was right. Someone like me who is willing to learn to do something for themselves, insted of relying on other peoples slow and steady work, being turned awayand discuraged. Finding good working game fixes is getting harder and harder. The older ones are disapearing and the newer ones are going to fixed image files. It took pee's post to anger everyone in here to prove him wrong to get information out. Slaming is alot easier to do than helping I guess. I am not trying to anger anyone in here and I don't want to be slammed for being a nube. I am going to take the programs listed in here and advice into account. If anyone wants to help me out please TEACH me how to make a working modified exe or tell me where a can find them other than gamecopyworld and megagames. I would rather learn to make them.
Reply With Quote
  #8  
Old 15-09-2005, 23:38
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
the point is that teaching is a long time consuming process, and most people only want the 'help me to make a no-cd' for only one game, meaning that once they're done they dont bother... that and most of them dont want to put the required time into learning.. where they have to learn about win32 (and now win64) api's, how the chips work (register sets... mnemonics and so on), and assume that the task is easy.. it isnt that easy, but if they are willing to put the time in then it might work... sadly most of them give up at the first hurdle and if you noticed while googling, there are lots of tutorials out there and lots of other helpful information and most people dont even bother starting there, they just want spoon fed.. had someone come along asking for help on a no-cd that they were attempting to do and showed sufficient information that they actually tried, then people would be more willing to help i think.
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #9  
Old 10-08-2005, 15:30
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Quote:
Originally Posted by peee
1) UltraEdit isn't just a plain-text editor. Google's your friend.
2) And you have no idea what you're talking about.
3) For the most part, reversing CD checks is pretty easy/straight forward. In general, it only tends to get difficult for beginners when it's protected with something like safedisc. In which case, the program is packed, has several different anti-debugger checks and loads of bogus CD checks that would just lead them in circles.
4) You're a fu*cking idiot.

Why are you trying to discourage him with a bunch of fabricated bullsh*it? For the most part, reverse engineering ISN'T difficult. It takes some time to learn the tools and some programming knowledge is helpful, but you don't need to be a fu*cking professor to reverse a cd check.

The attitude this post displays is the reason why he's asking a question "every other noob asks." How exactly is your response gonna break the cycle? You didn't give him any helpful advice, didn't point him in the right direction, didn't do anything positive, or anything in general to prevent the next "noob" from coming along and doing the same goddamned thing he did.

For someone who is as educated and intelligent as you pretend to be, you sure do have a problem with common sense, don't you?

In reply to the original poster:

Although ultraedit works as a hex editor, you'd do better to use a disassembler like W32DASM. You could, for example, disassemble the program (assuming it isn't packed) with w32dasm, open the string data reference window and find the message you get (e.g. "please insert the CD into your CD rom") and then double click it. It takes you to a bunch of code and usually right above it is some type of check that usually looks like this:

Code:
00401A2B	51	    PUSH ecx
00401A2C	FFD7	  CALL edi
00401A2E	85C0      TEST eax, eax
00401A30	7420	   JE 00401A52
The 74 represents JE (Jump if Equal), 75 would be JNE (Jump if Not Equal) and in some cases is the only thing you'd need to change. Some CDs actually require the files on the CD, but most of them don't. You won't always be able to disassemble the program, and the string won't always be in the string data references either.

I'd suggest you read some beginner tutorials on reverse engineering. Get a copy of W32DASM and Softice (or as it's called now, "Compuware Driver Studio"). You already have a hex editor (UltraEdit) so you're good there, those 3 would be enough to get started. You should be able to find some helpful tutorials on krobar.cjb.net (If it doesn't work, google the term "The Krobar Collection") which'll get you started.

Despite what the first asshole said, reversing CD checks isn't hard. You were going about it the wrong way, is all. You can find loads of reverse engineering tutorials with any major search engine, and if you look, you'll also be able to find how to get started with cracking CD checks.

I can't remember the URL (so you'll have to google it) but there are still a few sites that have crackmes' for reversing CD checks. They're useful, especially to beginners.

P.S, I'm aware of how old this topic is. The fact is: I don't give a sh*it.

Since hes banned Ill write my piece.

UltraEdit a disassembler, thats new. Or is it also as good as your automatic sice loading, which games would hate since Sice would be permanently resident in the memory?

Also, not all CD-checks are that easy. Some call on various API's to check wether or not a cd is available, some even check for strings for a cd label also.


Infact ill go as far as to say, about 5-10% of games may use the old bad boy method, most of them being quite a bit old.


JE isnt always 74, especially for long jumps or pointer jumps.


As for common sense, you fall into the main flux of the new people who dont read the rules. Telling someone to find a copy of Sice on the net, is err not good common sense is it, and again the automatic loading either.


Yes you dont have to be a professor to remove checks, easy ones are easy, but you need good ASM knowledge for others.


Anyways just because you read a few tuts on krobar doesnt mean your great at this topic and feel the need to write as if you are.


I even wonder if you know what MOVZX is or FISTP is or even a simple LEA is.


/2 cents
Reply With Quote
  #10  
Old 11-08-2005, 01:59
ByteMare's Avatar
ByteMare ByteMare is offline
Registered User
 
Join Date: Dec 2001
Location: The Eternal Prison
Posts: 634
Thanks: 0
Thanked 0 Times in 0 Posts
ByteMare
Quote:
Originally Posted by DABhand
Also, not all CD-checks are that easy. Some call on various API's to check wether or not a cd is available, some even check for strings for a cd label also.
A typical example is the bastard trick Novalogic used on some of their games,
killing the "simple" cd-check wasn't enough, No cd -> some buttons disabled.
Add some huge oversized files to deal with and a intro file which needed to be stripped.
__________________
The gateway is open and you're all coming with me.....
Reply With Quote
  #11  
Old 11-08-2005, 04:21
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
fake toc wasnt it on all those delta force etc cd's, i remember those, piece of piss tho
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #12  
Old 11-08-2005, 05:20
ByteMare's Avatar
ByteMare ByteMare is offline
Registered User
 
Join Date: Dec 2001
Location: The Eternal Prison
Posts: 634
Thanks: 0
Thanked 0 Times in 0 Posts
ByteMare
yup, that's correct. No hazzle to get a 1:1 backup, but a little more complicated to remaster the whole thing, include all updates and a nocd on a 700mb disc....still love the fact when installing all needed files got their correct sizes...then it was, like you said, piece of piss....pretty much generic for many of their games
__________________
The gateway is open and you're all coming with me.....
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 12:45.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com