News:

How did you even find this place?

Main Menu

Crack Me!

Started by Joe, January 16, 2006, 04:37:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joe

Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Warrior

One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Sidoh


rabbit

#3
Too fucking easy, Joe:


I even provided proof that I actually (*cough*Warrior, Sidoh*/cough*) cracked it.

Joe

Warrior, link?

Sidoh, rofl.

Rabbit, gj.

EDIT -
Rabbit, link?
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Warrior

One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Sidoh

Quote from: Warriorx86] link=topic=4569.msg51107#msg51107 date=1137451409]
www.adobe.com

LMFAO

rabbit


Joe

GJ Rabbit. You win~

Basically, I was checking to make sure the data was still the data, which is why you see a hash a bit above the string in Rabbit's picture.

Private Const Data As String = "You can't crack me!"
Private SHA As New clsSHA

Private Sub Form_Load()
    Me.Show
    If UCase(SHA.SHA256(Data)) = "2406C920A8F66582F85F78F98E38B7A7C34036B20EC1BD3C70FA04100C719BC3" Then
        Print Data
    Else
        Print "Try harder."
    End If
    If Command = "-show" Then MsgBox "Legit, tool."
End Sub


I used Crack_Me.exe -show to make sure it was the one I wrote. =)
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


zorm

Uh, this isn't any sort of protection. You need a hex editor, hell rabit replaced the "Try hander." instead of the Data string.
"Frustra fit per plura quod potest fieri per pauciora"
- William of Ockham

Joe

Quote from: zorm on January 16, 2006, 06:33:03 PM
Uh, this isn't any sort of protection. You need a hex editor, hell rabit replaced the "Try hander." instead of the Data string.

Rofl, forgot that he could just do that..

Dirty cheater, rabbi..t. =p
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


iago

Easy!

Quoteiago@slayer:~/tmp$ ls -l Crack_Me.exe
-rw-r--r--  1 iago users 28672 2006-01-16 18:48 Crack_Me.exe
iago@slayer:~/tmp$ chmod +x Crack_Me.exe
iago@slayer:~/tmp$ echo 'echo "Joe sucks."' > Crack_Me.exe
iago@slayer:~/tmp$ ./Crack_Me.exe
Joe sucks.

gg

Btw, you might want to think of more interesting ways to protect programs.  Unfortunately, I can't find the source for ones I've written, but they involved encrypting the message, and using a key generated to decrypt it. 

Blaze

Quote from: iago on January 16, 2006, 07:49:54 PM
Easy!

Quoteiago@slayer:~/tmp$ ls -l Crack_Me.exe
-rw-r--r--  1 iago users 28672 2006-01-16 18:48 Crack_Me.exe
iago@slayer:~/tmp$ chmod +x Crack_Me.exe
iago@slayer:~/tmp$ echo 'echo "Joe sucks."' > Crack_Me.exe
iago@slayer:~/tmp$ ./Crack_Me.exe
Joe sucks.
gg
And like a fool I believed myself, and thought I was somebody else...

Newby

I hate to be a bitch, but according to your source code, there's absolutely no way it can say "Joe sucks".
- Newby
http://www.x86labs.org

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Sidoh

Quote from: Newby on January 16, 2006, 10:48:52 PM
I hate to be a bitch, but according to your source code, there's absolutely no way it can say "Joe sucks".

Sure there is.  You open a hex editor (vi!) and change "Try harder" to "Joe sucks."