Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Author:
eustome
Language:
C/C++
Upload:
2:25 AM 09/29/2025
Platform
Windows
Difficulty:
4.5
Quality:
4.0
Arch:
x86-64
Description
I am writing my anti-debug framework. This crack has a weakened version of it, and its purpose is to protect code from hooks, debugging attempts, patches, etc. What's interesting is that it doesn't use trivial PEB checks, etc., which are very easy to patch, but focuses on traps and consequences that the debugger creates in the program in one way or another. Statistical patches are not welcome; there is no virtualization or any other protection on crackme. It would be interesting to hear your opinion, since the framework itself is not very flexible and needs to be customized for each application, but I created a configuration system for this purpose.