You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/rules/crackmerules.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ <h3>Requirements</h3>
44
44
45
45
<li><b>Don't stack unrelated protections.</b> Each protection layer should serve a purpose and contribute to learning.</li>
46
46
47
+
<li><b>Patching is not a valid solution.</b> Do not allow patching (e.g., changing a JNZ to JZ) as a valid solution type for your crackme. Solutions should require understanding the algorithm, finding a valid key/serial, or writing a keygen. If your challenge is specifically themed around patching, ensure it requires non-trivial analysis to find the correct patch locations.</li>
48
+
47
49
<li><b>Educational purpose only.</b> No cracks/keygens for commercial software, game trainers, or DRM circumvention tools.</li>
48
50
49
51
<li><b>Maximum file size: 5 MB.</b> Compress multiple files into a single archive. Do NOT password-protect it (server handles this).</li>
0 commit comments