From ab3815b229062041eb12298b77bd8c516b0e8324 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 7 Feb 2026 13:18:39 -0500 Subject: [PATCH] reordering --- static/posts/crackmes-license-checker/post.typ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/posts/crackmes-license-checker/post.typ b/static/posts/crackmes-license-checker/post.typ index c35bb9e..eb1e44b 100644 --- a/static/posts/crackmes-license-checker/post.typ +++ b/static/posts/crackmes-license-checker/post.typ @@ -59,11 +59,11 @@ Here it's easy to guess which of these results is the key. = Notes Author: NomanProdhan\ -Challenge Link: https://crackmes.one/crackme/619eda7b33c5d455dece628d - -I'm new to "crackmes" this so the challenge description feels appropriate to try. - +Challenge Link: https://crackmes.one/crackme/619eda7b33c5d455dece628d\ Description:\ This is a simple license checker made with C. This is for complete beginners. +I'm new to "crackmes" this so the challenge description feels appropriate to try. + + I used binary-ninja-free. It feels much cleaner than IDA-free or ghidra which I've used for CTF's in the past. Very much overkill for this challenge though. \ No newline at end of file