| a Treasure |
2026-07-06 13:16 |
A detailed reverse engineering walkthrough covering static analysis, PyInstaller extraction, Python bytecode inspection, and logic reconstruction to solve the A-Treasure challenge. |
View
|
| Secret key |
2026-07-04 15:46 |
Solved using static analysis with Ghidra by locating the main function, examining the decompiled code, and identifying the hardcoded hexadecimal comparisons (0x21 and 0x66) that correspond to the required inputs. |
View
|
| Happy New Year tiny puzzle with a twist |
2026-01-21 17:47 |
Execution required: No
Payload extraction: Not required
Dynamic analysis: Not needed
Primary technique: Static analysis
Key concept: Distinguishing displayed syntax from executed syntax
Obfuscation type: Symbolic / psychological misdirection
Risk level: Harmless (echo-only behavior)
Tools used: Text editor only |
View
|