crackmes.one

nuts9753's game crackme (readme)

Author:
nuts9753

Language:
Unspecified/other

Upload:
3:16 AM 01/22/2024

Platform
Multiplatform

Difficulty:
3.0

Quality:
3.0

Arch:
x86-64

Description

This crackme tries to emulate a game that asks the user for an activation key and sends a request to the server, and if the key is correct, the game starts this crackme contains two main parts: - traffic analysis (for example, you can use wireshark) - reverse engineering what happens after crackme starts: 1) it starts a local http server 2) asks the user for the activation key and sends it to the local server 3) if the key is correct, then the game starts 4) in the game, the user needs to use reverse engineering and find two codes when you download crackme, there'll be an archive with two executable files in the archive: for windows and for x86_64-linux. your goal is just to complete the crackme. good luck!