Go Back   FileForums > Game Backup > PC Games
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29-07-2003, 04:50
sarah071 sarah071 is offline
Junior Member
 
Join Date: Oct 2002
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
sarah071
Yet another post on making cracks

OK, let me get right to the point. My method of cracking programs and making fixed-exes is outdated. I want to learn how to make new ones. Now before anyone throws a temper tamtrum, let me tell you that I have search the message several times and the only articles of links I can find are old articles that deal with material from 1999. I want to know how to make program and games cracks now....2003. I am a great learner, have knowledge in C++, c#, and visual studio .net. I wam willing to learn anything so any links will be helpful.

P.S. I know how hard it is to make cracks for todays games so there is no need to point that out.
Reply With Quote
Sponsored Links
  #2  
Old 29-07-2003, 05:16
krondike's Avatar
krondike krondike is offline
Banned
 
Join Date: Dec 2002
Location:
Posts: 2,091
Thanks: 0
Thanked 0 Times in 0 Posts
krondike is on a distinguished road
Try to buy fresh new books from ASM language, and API structor. If you understand how API works and can ASM language... you can crack man!
Reply With Quote
  #3  
Old 29-07-2003, 05:18
Dr Apocalypse Dr Apocalypse is offline
Senior Member
 
Join Date: May 2001
Posts: 179
Thanks: 0
Thanked 0 Times in 0 Posts
Dr Apocalypse
You could try here:

h**p://woodmann.cjb.net/

It's undergoing a revamp atm, so all the sections are not there yet so just post your questions in the main section.

But DON'T go there thinking they will teach you how to crack all the latest games/protections, they WON'T. They do have people there that have the knowledge to crack games, but what they WILL do is try to help you with furthering your education regarding programming/reversing, and as you already have some prior coding knowledge you may fit in well there.

If you're stuck on reversing something, give them examples of code you're stuck on or ask questions on how to use a particular program like IDA, Soft Ice etc, they may point you in the right direction.

Also checkout the LINKS section, there are some sites there you may find useful.

DrA.
Reply With Quote
  #4  
Old 29-07-2003, 07:19
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
1. learn assembly
2. learn windows internals, the win32 api set etc
3. learn how to use softice
4. have lots of pens, paper and time
5. expect a lot of reboots
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #5  
Old 29-07-2003, 07:24
krondike's Avatar
krondike krondike is offline
Banned
 
Join Date: Dec 2002
Location:
Posts: 2,091
Thanks: 0
Thanked 0 Times in 0 Posts
krondike is on a distinguished road
"Pens and paper"
he can also use.....Notepad....
Reply With Quote
  #6  
Old 29-07-2003, 08:29
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
krondike pen and paper stays when ur pc reboots and blue screens.. remember that
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #7  
Old 29-07-2003, 08:34
krondike's Avatar
krondike krondike is offline
Banned
 
Join Date: Dec 2002
Location:
Posts: 2,091
Thanks: 0
Thanked 0 Times in 0 Posts
krondike is on a distinguished road
Hehe use CTL+S often...very often....and document would be saved..... how ever... I agree now...when I think it over....
Becuase...what happen if the computer crash...and all the document and files are deleted....or destroyed...... he haven't record how he did that...if he don't write it down with pencil and paper...

"How to destroy a computer"...

No seruisly use paper and pencil...but beware....it's much to write....or use a second computer....and notepad...OR some word program...
The main thing remains....always record what you have done and how you done it. That's is the best way to learn...new things in the crack world!
Reply With Quote
  #8  
Old 29-07-2003, 14:55
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 TippeX
1. learn assembly
2. learn windows internals, the win32 api set etc
3. learn how to use softice
4. have lots of pens, paper and time
5. expect a lot of reboots

6. Prepare for some frustration when the whole program crash.
7.Have some cold beer in the fridge

Yeah, Krondike mentioned to write down all the steps which is really helpful when the program crashes. That way you might have a good chance to find out where it all went to hell
__________________
The gateway is open and you're all coming with me.....
Reply With Quote
  #9  
Old 30-07-2003, 04:02
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
8. u need knowledge of the PE File Format
9. and a hell lot of time for the ISO Protections

start with unpacking upx, if u never unpacked a protected file.
cuz itīs very easy (Softice or OllyDebug).
trace the code and learn...

then read tutorials about rebuilding (or fixing) the IAT.
(learn how to handle procdump, lord pe or imprec).
__________________
http://pid.gamecopyworld.com

home of Protection ID the ultimate Protection Scanner.
Reply With Quote
  #10  
Old 31-07-2003, 00:34
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
10. The original game (if you're about to attack games)....it helps a LOT, especially with the new iso protections
__________________
The gateway is open and you're all coming with me.....
Reply With Quote
  #11  
Old 31-07-2003, 01:11
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
Quote:
Originally posted by ByteMare
10. The original game (if you're about to attack games)....it helps a LOT, especially with the new iso protections

not always necessary
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #12  
Old 31-07-2003, 02: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
True, at least for safedisc where you can obtain the decryption key without the original, but what about securom? Dunno nowadays but earlier you needed the original due to that damn Read/WriteProcessMemory code + code importcall fixer

Hm...must check...
__________________
The gateway is open and you're all coming with me.....
Reply With Quote
  #13  
Old 04-08-2003, 16:36
krondike's Avatar
krondike krondike is offline
Banned
 
Join Date: Dec 2002
Location:
Posts: 2,091
Thanks: 0
Thanked 0 Times in 0 Posts
krondike is on a distinguished road
One funny thing that can happen when you cracking did I bump in to... Need For Speed I think it was the first one... It's protected with SafeDisc 1.006 or something.. and R!SC unSafeDisc 1.5.5 working perfect for this... and I've running the fixed .exe file... the second..it's creaties two... And it ask for Play Disc... normal.. becuase it's also CD-checks left over...
Then I was trying to crack the cd-checks that was over.. And I'm a new bie...but I've done cd-checks before and stuff like that.. and I never bump in to this!

I'm using Windows XP sp1 American Language....
Hope you get the same problem..

Download the .exe file and run and see if any funny happens.

OBS! I don't take any responsible for your computer!

Dowload link.

My question is WHAT that hell have I done..can I do this just to change one 75 to an 74... oh DEAR...
If you don't see what happen is that CD-rom driver is OPEN it self...when you running this .exe file... and you can close it... you must shotdown the .exe file... with ALT+CTRL+DELETE .... so.... what that hell...
Reply With Quote
  #14  
Old 04-08-2003, 19: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
downloaded the funny.rar, unrar'd, ran it, messagebox appeared, looked game exited, i set eax = 1 at the end of the check to bypass the exit and the cdrom did indeed pop out, however i also set a breakpoint on typical cdrom checks none broke so i guess more files are needed for the exe to get to the actual check and i really couldnt be bothered debugging it any more

giving locations of where you were patching / working from might have helped as well krondike.. i gues you're new to this
a simple xreference on the 'Please insert game disk' string takes you to 4f476dh, scroll up a bit i see a test eax,eax at 4f4762 which seems to jump over the message box nag, so investigate the call above it, it should return eax being non zero if the check or whatever passed, now scroll down a bit to 4f47ca, theres a string reference to 'set cdaudio door open'.. could that be whats popping out your cdrom?.. start debugging, and like i said not all cracks are simple 7x->90 or 7x->eb type patches
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #15  
Old 05-08-2003, 02:04
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
Thanks TippeX, I was about to give some kind of answer to this one, but your explanation was much better. Kinda hard to debug it when I don't have the original anymore. Are there any audio files on cd?

Krondike, Unsafedisc creates two exes when it deals with SD v1 R1/R2, if you read the "history" file, you find out why
__________________
The gateway is open and you're all coming with me.....

Last edited by ByteMare; 05-08-2003 at 04:34.
Reply With Quote
Reply


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 21:19.


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