N2L
  • 🔰N2L
  • ⏱️Writeup CTFs
    • 2024
      • Page
      • FindIT 2024
      • CR3 CTF 2024
      • TBTL CTF 2024
      • NahamCon CTF 2024
      • Template CTF 2024
      • N2LHaRD_Write_Up_Cyber_Hunt24
  • 📚cheatsheet
    • 🪟Windows Privilege Escalation
    • 🐧Linux Privilege Escalation
    • 🌐web exploitation
      • 💉sql injection
      • 🗂️server side template injection
      • 🌀Escaping nodejs vm
      • ⚕️prototype pollution
      • ⚔️Cross-Site Scripting (XSS)
    • 🦠binary exploitation
      • ✨stack
        • 0x1 Buffer Overflow
        • 0x2 Modifying variabel through BOF
        • 0x3 return to another function through BOF
        • 0x4
      • 🟰heap
        • 1️introduction
      • benerin nis
    • 🔎forensic
    • 📠cryptography
    • 🎫misc
    • 💹blockchain
  • 📒HackTheBox Writeup
    • 🆓Freelancer
    • 🔵Usage
    • 🤯Headless
    • ⛽SolarLab
    • 📩Mailing
Powered by GitBook
On this page
  1. cheatsheet
  2. binary exploitation
  3. stack

0x2 Modifying variabel through BOF

BOF artinya bufferoverflow

disini kita akan membahas chall pwn102

Previous0x1 Buffer OverflowNext0x3 return to another function through BOF

Last updated 1 year ago

📚
🦠
✨