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:
23x41
Language:
C/C++
Upload:
2026-07-17 07:19
Platform:
Unix/linux etc.
Difficulty:
3.0
Quality:
4.0
Arch:
RISC-V
Downloads:
31
Size:
540.46 KB
Writeups:
0
Comments:
0
Description
You are presented with a SecureVault authentication terminal compiled for RISC-V 64-bit. The program contains a stack buffer overflow. Your goal is to exploit it using Return-Oriented Programming (ROP) to gain access. Techniques required: - Finding the offset to the return address - Locating gadgets - Building a basic ROP chain This challenge is designed as an introduction to ROP on the RISC-V architecture. Note: The binary is statically linked and has no stack canary or PIE.