N2L
CtrlK
  • ๐Ÿ”ฐ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

โœจstack

0x1 Buffer Overflow0x2 Modifying variabel through BOF0x3 return to another function through BOF0x4
Previousbinary exploitationNext0x1 Buffer Overflow