Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 740 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 740 Bytes

Binary Challenges

Binaries, or executables, are machine code for a computer to execute. For the most part, the binaries that you will face in CTFs are Linux ELF files or the occasional windows executable. Binary Exploitation is a broad topic within Cyber Security which really comes down to finding a vulnerability in the program and exploiting it to gain control of a shell or modifying the program's functions.

Solved Challenges List

  1. Blackbox
  2. Favorite Color
  3. Jenny
  4. Lazy Game Challenge
  5. RIP my bof
  6. Simple bof