Skip to content
View erezlahav's full-sized avatar

Block or report erezlahav

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
erezlahav/README.md

πŸ‘‹ Hi There


πŸ”₯ About Me

  • πŸŽ“ 18 y/o student passionate about systems programming, reverse engineering, and security
  • πŸ•ΉοΈ Loves doing CTFs, especially pwn challenges (binary exploitation, memory corruption, reversing)
  • πŸ’» Strong focus on Linux internals, Assembly, C, and Python
  • 🧩 Curious about how things work under the hood

πŸ† Achievements

-πŸ₯‡ 1st Place – CodeGuru Extreme (2026) National Cyber Competition (1st / 174 teams)

πŸ› οΈ Tools & Skills

  • Debugging: gdb + pwndbg
  • Reverse Engineering: disassemblers, Ghidra
  • Exploit Writing: pwntools

πŸš€ Projects

πŸ”Ή Custom Torrent-like P2P System

  • Built in Python with sockets, threading, bitfield-based piece scheduling, and hybrid RSA+AES encryption
  • Includes tracker + peers (both seeding & downloading)

πŸ”Ή Debugger – A GDB like debugger written in C

  • Supports multiple breakpoint types, instruction-level stepping, disassembly, ELF parsing, full CPU register inspection, and process memory inspection.
  • Working on rewind execution feature based on Copy-On-Write memory snapshots, for tracking modified pages to efficiently restore previous execution states.

πŸ”Ή Assembly Game

  • A low-level game written in x86 Assembly, focusing on optimization, memory control, and graphics logic

πŸ“ˆ GitHub Stats

reach me in Gmail : erezlahav10@gmail.com

Pinned Loading

  1. custom-torrent-p2p custom-torrent-p2p Public

    A custom built torrent like P2P file sharing system

    Python

  2. HyperDbg HyperDbg Public

    My debugger is a GDB-like debugger written in C for Linux x86_64, supporting breakpoints, memory inspection, ELF parsing, register inspection, live process attachment, ASLR handling, Reverse debugg…

    C 6 1