|
|
|
#1
|
|||
|
|||
|
Quote:
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 fucking idiot. Why are you trying to discourage him with a bunch of fabricated bullshit? 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 fucking 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 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 shit. Last edited by peee; 10-08-2005 at 02:42. Reason: bad censors |
| The Following User Says Thank You to peee For This Useful Post: | ||
Kobi Blade (28-08-2017) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
||||
|
||||
|
Quote:
__________________
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] |
|
#4
|
|||
|
|||
|
Quote:
Quote:
__________________
http://pid.gamecopyworld.com home of Protection ID the ultimate Protection Scanner. |
|
#5
|
||||
|
||||
|
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..... |
|
#6
|
||||
|
||||
|
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... |
|
#7
|
|||
|
|||
|
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.
|
|
#8
|
||||
|
||||
|
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... |
|
#9
|
|||
|
|||
|
Quote:
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 |
|
#10
|
||||
|
||||
|
Quote:
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..... |
|
#11
|
||||
|
||||
|
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... |
|
#12
|
||||
|
||||
|
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..... |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|