Share how awesome the crackme was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Please keep the comments section English-only.
Author:
svidnet
Language:
C/C++
Upload:
2026-01-11 14:11
Platform:
Unix/linux etc.
Difficulty:
1.0
Quality:
4.2
Arch:
x86-64
Downloads:
335
Size:
16.80 KB
Writeups:
2
Comments:
3
Description
ZEXOR v0.1 is a basic license checker application for begginers. The app itself does not contain any malwares. What is required to do: learn the valid license key of app OR try to bypass license check(it should let you in no matter what you put in license) Happy cracking, dear Linux users ;) READ IT FIRST: The app is only for wayland not for x11. I did not develop x11 version because it was pain. before running the app make sure you execute this command(not mandatory if you got gtk3) Arch Linux sudo pacman -S pkgconf gtk3 Debian / Ubuntu / Linux Mint sudo apt install pkg-config libgtk-3-dev Fedora / RHEL / CentOS / Rocky / Alma sudo dnf install pkgconf-pkg-config gtk3-devel openSUSE sudo zypper install pkg-config gtk3-devel Gentoo sudo emerge dev-util/pkgconf x11-libs/gtk+:3 Alpine Linux sudo apk add pkgconf gtk+3.0-dev the source code is same as windows' one, only changed headers, that's all!