PWN challenge NNS CTF 2026 Write Up
PWN challenge NNS CTF 2026 Write Up BYOC Analyse Chương trình cho ta 3 file: file exe file chall.c file README.md #include <sys/mman.h> #include <unistd.h> int main(void) { void *code =

Search for a command to run...

Series
A collection of write-ups from CTF competitions I have participated in.
PWN challenge NNS CTF 2026 Write Up BYOC Analyse Chương trình cho ta 3 file: file exe file chall.c file README.md #include <sys/mman.h> #include <unistd.h> int main(void) { void *code =

WRITE UP RISEC CTF 2026 (FOR PRACTICE) Author: niddalA Date: 06/04/2026 Credit: (Tham khảo bài 2,3,4 - Đã chỉnh sửa lại một số chỗ) 1. BAKE A PIE PHÂN TÍCH Challenge cho ta một file zip, sau khi e

Write up Small Blind - Binary Exploit 2025 Author: niddalA Date: 13/03/2026 Phân tích Bài chỉ cho một link kết nối tới server và nói chúng ta sẽ chơi poker Đầu tiên sẽ kết nối tới server Về luật chơ

PWN Write Up RacehorseS CSCV 2025 Author: niddalA Ngày: 2025-10-21 Tools: pwntools, gdb, IDE First we need to extract the horse_say.zip file with the password 'CSCV2025' provided by the author. Next

WRITE UP PWNABLE.TW seethefile // challenge Phân tích code void main(void) { int iVar1; int in_GS_OFFSET; EVP_PKEY_CTX *in_stack_ffffffc0; char array [32]; undefined4 canary; undefined
