Skip to content

Latest commit

 

History

66 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

🚩 CTF Writeups & Binary Exploitation

Status Next Platform

Welcome to my Cybersecurity & Reverse Engineering repository!
This repository contains my personal writeups, exploit scripts, and analysis for various CTF (Capture The Flag) challenges, with a primary focus on Binary Exploitation (Pwn) and Reverse Engineering.


🛠️ Tools & Environment

  • OS: Ubuntu (WSL2 / Linux)
  • Debugger: GDB with GEF (GDB Enhanced Features)
  • Exploitation Framework: Python 3 + pwntools
  • Disassemblers: objdump, Ghidra

📊 Solved Challenges

🔹 picoCTF

Category Challenge Difficulty Tech Stack / Concepts Writeup Link
Binary Exploitation Picker IV Medium Function Pointer Redirection, Symbol Lookup, pwntools View Writeup
Binary Exploitation Buffer Overflow 0 Easy Stack Buffer Overflow, Unsafe strcpy(), SIGSEGV Handler, pwntools View Writeup
Binary Exploitation Local Target Medium Stack Variable Overwrite, Offset Analysis, pwntools View Writeup
Binary Exploitation Buffer Overflow 1 Medium Control Flow Hijacking, 32-bit Architecture, EIP Overwrite, pwntools View Writeup

💡 Key Focus Areas

  • Stack-based memory corruption vulnerabilities (Buffer Overflows, Variable Overwriting)
  • Dynamic memory & stack layout analysis via GDB/GEF (De Bruijn / Pattern Matching)
  • Control flow hijacking & function pointer redirection
  • Reverse engineering 32-bit & 64-bit ELF binaries
  • Writing clean, automated exploits in Python (pwntools)

👨‍💻 Raz Eini (2026)

About

Detailed CTF writeups, exploits (Pwn), and reverse engineering analysis with automated pwntools scripts.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages