CrackMe
40 files
-
Example CrackMe - Debug Blocker x64
By Teddy Rogers
This is an example for submitting a CrackMe in the Downloads section of the site.
You can download the file and run Debug Blocker x64. Nothing too exciting will happen!
The challenge here would be to patch the debug-blocker function so that it does not spawn a second process.
779 downloads
0 comments
Updated
-
VMProtect 3.4 & Custom OB
By Nope
Vmprotect 3.4 & Custom OB
Vmprotect anti debug and VM protect is disabled
Find the way & explain how
518 downloads
0 comments
Updated
-
My first easy CrackMe
By m0rfl1ng
Hi guys , i write a very simple crack me , i really do not know how i should secure my code just write a very basic one . anyway i know it's very easy but still wanted to know other peoples opinion. if it did not run please let me know , i did not use any packer , or protector , just my own code , and it's written in C++ with visual studio 2019 on windows 10.
Submitter: m0rfl1ng
Category: CrackMe
Virus Total Scan
402 downloads
0 comments
Updated
-
Hard CrackMe (LeetFuscator)
By Alex0
Language: C#(.Net)
Goal: to get the key of obfuscated file
Key on the screenshot is wrong, you have to crack this CrackMe and send key with tutorial on how did you do that.
362 downloads
0 comments
Updated
-
Users Desktop CrackMe #1
By 0x777h
This is a demo of the packer.
Demo is to find a password. (used simple anti-debugging and code-virtualization.)
Thank you
344 downloads
0 comments
Updated
-
Xamarin C# CrackMe
By BlackHat
Platform / Language : Xamarin C#
Protection : None
VirusTotal : 1/66
https://www.virustotal.com/gui/file/13d14a2db54658099291e80ab57650770ee4f8f4978f18e1c1e8888600807429
Your goal is to Crack the File and make a Tutorial or Write Instructions about the Steps done by you.
What is Xamarin?
Xamarin is an open-source platform for building modern and performant applications for iOS, Android, and Windows with .NET. Xamarin is an abstraction layer that manages communication of shared code with underlying platform code. Xamarin runs in a managed environment that provides conveniences such as memory allocation and garbage collection.
328 downloads
0 comments
Updated
-
WinLicense v3.1.3.0 x64 (Bypass Without Unpacking)
By 2days
License User Details
User Name=2days Tuts4you
Company=The Terminator
Hardware ID=6FF7-E7EF-5988-20FE-144E-865D-2D30-A73B
Custom Data=<custom_start>Skynet, a global network of artificial intelligence machines.<custom_end>
License Restrictions
Days Expiration=365
Date Expiration=2029/12/12
Executions=999
Runtime execution=999
Global Time=999
Install Before Date=2029/01/01
Miscellaneous
Unicode License=yes
Generated License (FILE KEY)
License Format=Binary
License Data= <license_start>
ghO1ud4wf14YNU87wUptZ1JTofTFErVAD+IwWKEjB/fxOtba9Vt0uasw45jdF3Yr9eGcJ/6h6lfad3d/MMYzxXYP7OZVGfHctljzMWS4H13UVl3DWBgWzCeozgy9k1UlULrL3/oKL/VdiS/BOJC98IgsF5+XT80xyGxos+Hcs4YdRarI9t0tj/+asJhpgN2KAXvH6lfp8qp0uvwZQUcnw/u+SpQjssOF5aAP9Bwweuw+6nfGxrZGcy8aNK3Kqo7rI5rLPk9Mzo1U0WkS1/I8lpQS1Mtticm1Am/eZCiCHJDMXDEfgTEuLGhQ9AItQtLQ2Fn8egx786AbJM09OEdiz5aGhz3kZfJZz8djMG3g8222gCmmDty8G4pBttMefKkVjKHoI2UXboNHpoOpxi53F6jldAhh3t+JoaOwa3Ng51uTfoNc2kLlCCP+jrjchZUNN9MY8y3kQ4K0Hd6eNkPAXwqbl2kakLZOlsmkkkVi9Pg620SzOt6YHh9iV1rS+TZ0jzWMvC9IakEgJionxYShgLg1Qkv6o4qIzP2ri9lMpM5eJK9Zo+Yl6K9HLnJ/gOE97Op7iAlywjsol5sunCIROe4pLHZo0PDNFJNZ4yy1VEgHp2+Qy/0nP55Fc8845MkE4hrjpg7SOFphFILgTuGVPG97nhRDTi05+f50WE2rl5PpuXnmeBblgD7S87p2tHUO7o2t8kvI/z7Xd9xNfw4HYJcbztKPxAkamUdIl0jmnhdIRGJMlYZm7rBgLd6dYhEu6Lo8P5vi7tydId4QsuwC7tv6+F8CQ1n6HpXSoPowKuMI/L2Zg1Ry3jlS2KUvH4spGy3URvJ8e2rFaDZpmQ==
<license_end>
File Information
Platform: Windows
Bits: 64-bit
Type: Executable (Standard)
Version: 1.0.0.2
Modified: 8/1/2023 12:09:04 PM
Protection Macros
Virtual Machine: 10
Mutate: 0
String Encrypt: 6
CheckProtection: 2
CheckCodeIntegrity: 0
CheckVirtualPC: 1
CheckDebugger: 1
Unprotected: 0
CheckRegistration: 0
Registered: 0
Unregistered: 0
WinLicense x64 (version 3.1.3.0)
Unit_bypassme.pas
327 downloads
0 comments
Submitted
-
Titanium (Python Obfuscator)
By Nqndi
This is my first crackme, so I may have screwed up some things, but overall it should be a fun challenge. The file is protected with my own packer/obfuscator, Titanium, and compiled with pyinstaller. Read the readme before reversing.
319 downloads
0 comments
Submitted
-
Poetic AutoIt (string/integer obfuscation)
By SimplyMercurial
This is a simple CrackMe consisting of an input. The correct input is two stanzas of a particular poem and will reveal a label of the poem title and author upon success. Otherwise, "Try again..." will be displayed.
If I'm allowed to be picky, I'm primarily interested in scripted efforts to RegEx analyze strings/integers. Very little effort (as in none) went into hiding the correct string. The script was merely passed-through a self-made obfuscator.
Full disclosure: It contains rudimentary debugger and compilation checks which, if failed, falls into a while loop with a one second sleep (harmless). But, as stated above, this isn't the focus of what I'm after.
316 downloads
0 comments
Updated
-
CrackMe 4
By 0X7C9
This file is protected by my custom C++ virtualizer and C# protector.
The correct solution is to find the correct key and unpacked target.
Enjoy it!
290 downloads
0 comments
Updated
-
Fu*ckuscator v1.1
By Asentrix
Brand new obfuscator on the market.
I've already completed this crackme but wanted to see what you guys come up with.
Good luck!
282 downloads
0 comments
Updated
-
0 comments
Updated
-
Custom Protector CrackMe
By Twaoperder
It is written in FASM, anti-debugging methods are used.
You need to get the keys that were used to encrypt the hash being checked
(Enter the necessary values in the input field to get "Success", and throw these values here)
270 downloads
0 comments
Updated
-
Pyarmor CrackMe
By lopeg
Try to find the key. Hint, the key contains:
Specials Caps Non caps Numbers Enter the key and you will see the results. Good luck.
269 downloads
0 comments
Updated
-
[ CyberLock ] License System CrackMe Challenge
By Shade Of Vengeance
Hi, This is a simple crack me challenge protected by my own crafted packer, I don't know how hard is to break it but I assure you it's a good challenge.
Challenges
Pro Mode : Break the license checking system and find the key, activate the program, It will give you a quote of a famous philosopher, post a screenshot from it here, Share your solution if possible.
God Mode : Crack the license checking system and patch it to accept any key as a valid key, Share the cracked file. Share your solution if possible.
If you need hint and more details about protector visit Authors Solution tab.
VirusTotal/SHA-256 : 76ac442b0596f4008ddebd54e2cbaa5e14c7bf1bcad33cdf8c9db025eb8bd719
MD5 Hash : dd51f0ded36e54241d3a8c14d6e49852
SHA-1 Hash : c19856e4a7b91ed6798d14003a8e981220e756c0
File Password : tuts4you
Regards,
Good Luck!
269 downloads
0 comments
Submitted
-
CrackMeBoi
By Ninjego1
I made a custom obfuscator and I haven't made any progress cracking it so please crack the file with my custom .NET obfuscator.
Do not use OllyDbg or any software of that kind, you can use Mega Dumper and other tools similar.
259 downloads
0 comments
Updated
-
Python Patchme (Custom VM) (UPDATED v1.2)
By svenskithesource
Hello,
Since the use of vm's is quite popular in .net obfuscation I thought it would be interesting to make one in Python. Hereby I release my first crackme using my VM. It's a very simple VM so it shouldn't be that hard to reverse with the right knowledge.
This is purely experimental to see if it would be useful somehow. I also used my own protector that adds cflow, so expect to see a lot of jumps.
Goal: Patch it (ultimately devirtualize it, but that's not necessary)
EDIT: This is now updated. I tried to make sure it isn't possible to patch with 1 or 2 jumps.
250 downloads
0 comments
Updated
-
Simple C++/CLI Crackme x64bit
By SuperJackAbcd
Your goal is to crack the file and make a tutorial and/ or write instructions about the steps done by you.
What is C++/CLI?
C++/CLI is C++ support .NET framework to make managed application run on .NET framework.
https://en.wikipedia.org/wiki/C%2B%2B/CLI
Feel free to post your solutions.
239 downloads
0 comments
Updated
-
CheckMePlease
By CodeExplorer
This crackme is created with Qt v4.8.4,
The goal of this crackme is to make the CheckBox checked,
not to only pass the check when the Check button is pressed.
There is also the options of creating an program which will change the state of CheckBox.
I don't think is trivial task: I can't even enumerate windows.
234 downloads
0 comments
Updated
-
godpow#7468 CrackMe
By henlo
This has an anti-debugger which will constantly look for strings that'll contain the name of debuggers such as De4dot and more..
227 downloads
0 comments
Updated
-
RDG EnableMe 2022
By RDGMax
RDG Enable Me 2022 vb6
password:crackme
Difficulty 3 / 10
Compiler: Microsoft Visual Basic v6.0
Anti Tracing:No
Anti Debugger: No
Anti Newby: Si
Obfuscated: Si (RDG vb6 Obfuscator)
Anti Virtual Machine: No
Anti SandBox: No
Harmful Payload: NO!
Internet Validation: No
CRC on Disk: No
CRC en Memory: No
Admin Required: No
Support Windows XP to Windows 11
Goal: Enable button and get Congratulations Message
rdgmax@gmail.com
rdgmax@rdgsoft.net
www.rdgsoft.net
221 downloads
0 comments
Submitted
-
TinyCrackMe - WinLicense 3.1.7.0 Edition
By Bang1338
=== SPOILER INSIDE SOURCE CODE TAB ===
A WinLicense'd version of TinyCrackMe
Rules:
1. Unpack first
2. Do whatever you want after unpack, as long as ":3" MessageBox appear :3
Just want to see how long ppl will crack the latest version of WinLicense...
WL Protection:
- Anti-Debugger
- Advanced API-Warping
- Compress And Encrypt (all 3 options)
- Full Encrypt Strings
- Detect File/Registry Monitor
- Entry Point Virt
- Anti File Patching
- Perform Protection Check
- VMware/Virtual PC Allowed
WLVM:
- SHARK32 (Black, Red)
- PUMA32 (Black, Red)
- EAGLE32 (Black)
Happy reversing :3
213 downloads
0 comments
Submitted
-
ClumsyVM
By LoLLo90
This is my clumsy virtual machine 😃
Goals:
Bronze - Patch the crackme to show the correct message
Silver - Bronze + explain how the virtualized code works
Gold - Silver + write a totally different virtualized code to pass the check
197 downloads
0 comments
Submitted
-
A Crackme with Math Problem
By wwh1004
Just run it. It is an interesting math problem. No vm, no obfuscation. You can debug it with dnSpy even Visual Studio. You should use public method inside this crackme to generate a valid hex string and make program output correct string.
163 downloads
0 comments
Submitted
-
Tricky
By LoLLo90
Goals:
Bronze - Patch the crackme to show the correct message
Silver - Bronze + explain what is happening
I don't know why Windows Defender is giving a false positive. My past here should prove I am not here to harm anyone.
I only used Appfuscator for renaming. I checked the file and I did not see any other obfuscation or anything annoying automatically inserted by Appfuscator (like outline method calls).
Please extract all the files in a folder to make the exe work properly.
Let's fight!
161 downloads
0 comments
Updated
-
Download Statistics