Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Hey Wiccaan- Reply to this- Wiccaan

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes
View previous topic :: View next topic  

Should Wiccaan make a crackme tutorial?
Yes
75%
 75%  [ 3 ]
No
25%
 25%  [ 1 ]
Total Votes : 4

Author Message
coder sal
Master Cheater
Reputation: 0

Joined: 11 May 2007
Posts: 304

PostPosted: Mon Mar 10, 2008 7:21 pm    Post subject: Hey Wiccaan- Reply to this- Wiccaan Reply with quote

You should make a crackme step-by-step tutorial. I mean I've cracked things before with OllyDbg, Notepad, VB Decompiler, Delphi Decompiler, and Flash (Sothink SWF Decompiler). But I really don't understand how you cracked other encrypted stuff with Ollydbg, you kind of patched and messed around with the code, I don't get that complex stuff. Can you possibly post a tutorial? I would so +rep you and even advertise your blog, I would do anything if you posted a "How to crack Crackme's tutorial". I'd bet it'd be pinned and you would get +repped by almost everyone on CEF. It'd be a benefit for everyone, and it would be really great.
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Mon Mar 10, 2008 7:40 pm    Post subject: Reply with quote

The whole purpose of a crackme is to present a new and unique challenge to the reverse engineer. So a crackme tutorial is almost an oxymoron. However, most of the shit here is generic breakpoint and phish, so he could just teach you how to use Reflector. Rolling Eyes
Back to top
View user's profile Send private message
coder sal
Master Cheater
Reputation: 0

Joined: 11 May 2007
Posts: 304

PostPosted: Mon Mar 10, 2008 7:46 pm    Post subject: Reply with quote

I need help with crackme's like these:
http://forum.cheatengine.org/viewtopic.php?t=210097
Not with reflection though, ollydbg. I just simply need
a good step-by-step explanation on how to crack it.
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Mon Mar 10, 2008 7:49 pm    Post subject: Reply with quote

coder sal wrote:
I need help with crackme's like these:
http://forum.cheatengine.org/viewtopic.php?t=210097
Not with reflection though, ollydbg. I just simply need
a good step-by-step explanation on how to crack it.

Flyte wrote:
However, most of the shit here is generic breakpoint and phish...
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Mon Mar 10, 2008 10:09 pm    Post subject: Reply with quote

@Flyte: The last link coder linked to was not a generic breakpoint and phish. I keygened it via reversing the code. Yes most of the things posted here are basic but thats because most of the people that post the crackmes are new to programming. I've done other crackmes posted on various other sites as well, but as you also said, the purpose of a crackme is to show new protections.

@Coder: I have written tons of tutorials for a lot of random things before, but cracking things hasn't been my specialty, ever. Theres nothing I can write about that isn't already on the internet that you can find and read as well. Like Flyte said, theres no way to write a tutorial that will make you able to crack anything. Different software use different protections, so any tutorial I write will just show you one single method.

The only method basically used here is breaking on certain calls and looking at the stacks. Along with that some fishing and tracing of functions and so on. Nothing major.

I suggest if you want to learn things for cracking, check out http://www.tuts4you.com they have tons of tutorials and a ton of starter things for anyone just learning.

PS: I don't, nor ever have, used Reflector.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
coder sal
Master Cheater
Reputation: 0

Joined: 11 May 2007
Posts: 304

PostPosted: Tue Mar 11, 2008 5:02 am    Post subject: Reply with quote

Wiccaan wrote:
@Flyte: The last link coder linked to was not a generic breakpoint and phish. I keygened it via reversing the code. Yes most of the things posted here are basic but thats because most of the people that post the crackmes are new to programming. I've done other crackmes posted on various other sites as well, but as you also said, the purpose of a crackme is to show new protections.

@Coder: I have written tons of tutorials for a lot of random things before, but cracking things hasn't been my specialty, ever. Theres nothing I can write about that isn't already on the internet that you can find and read as well. Like Flyte said, theres no way to write a tutorial that will make you able to crack anything. Different software use different protections, so any tutorial I write will just show you one single method.

The only method basically used here is breaking on certain calls and looking at the stacks. Along with that some fishing and tracing of functions and so on. Nothing major.

I suggest if you want to learn things for cracking, check out http://www.tuts4you.com they have tons of tutorials and a ton of starter things for anyone just learning.

PS: I don't, nor ever have, used Reflector.


See Flyte I knew it because ollydbg owns reflector.
O and thnx for the link, I guess I'll try to learn from tuts 4 you.
Back to top
View user's profile Send private message
Pseudo Xero
I post too much
Reputation: 0

Joined: 16 Feb 2007
Posts: 2607

PostPosted: Tue Mar 11, 2008 8:01 am    Post subject: Reply with quote

coder sal wrote:
Wiccaan wrote:
@Flyte: The last link coder linked to was not a generic breakpoint and phish. I keygened it via reversing the code. Yes most of the things posted here are basic but thats because most of the people that post the crackmes are new to programming. I've done other crackmes posted on various other sites as well, but as you also said, the purpose of a crackme is to show new protections.

@Coder: I have written tons of tutorials for a lot of random things before, but cracking things hasn't been my specialty, ever. Theres nothing I can write about that isn't already on the internet that you can find and read as well. Like Flyte said, theres no way to write a tutorial that will make you able to crack anything. Different software use different protections, so any tutorial I write will just show you one single method.

The only method basically used here is breaking on certain calls and looking at the stacks. Along with that some fishing and tracing of functions and so on. Nothing major.

I suggest if you want to learn things for cracking, check out http://www.tuts4you.com they have tons of tutorials and a ton of starter things for anyone just learning.

PS: I don't, nor ever have, used Reflector.


See Flyte I knew it because ollydbg owns reflector.
O and thnx for the link, I guess I'll try to learn from tuts 4 you.

OllyDBG and Reflector are two different things.

_________________
haxory' wrote:
can't VB do anything??
windows is programmed using VB right? correct me if im wrong.

so all things in windows you have like the start menu is a windows form too.
Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 9

Joined: 28 Nov 2006
Posts: 6285

PostPosted: Wed Mar 12, 2008 7:57 pm    Post subject: Reply with quote

A method that takes a long time is doing a step method.
But like wicc said you have to go into calls and look.
No one method works on all applications.
Study your target before even opening it in Olly is essential. Also check and see if it is packed with anything.
Some people say looking for string references is noobie.
I disagree on this point, simply because if the application can be dealt with doing it that way then do it. Unless of course if your trying to learn a certain method pretending there are now strings and are targeting certain API's it uses.

There are hundreds of applications that have the most noobiest things that you do and can crack it. So dont ever overlook the simplest things.

_________________

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites