Skip to content

The repository includes String Safety and Buffer Overflow prevention, with techniques to handle these vulnerabilities. It provides guides on using GDB for debugging and binary exploitation. Additionally, resources for CTF challenges offer practical experience in identifying and mitigating security threats through hands-on exercises.

Notifications You must be signed in to change notification settings

Chw41/Security-programming-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Security-programming-2024

The repository includes String Safety and Buffer Overflow prevention, with techniques to handle these vulnerabilities. It provides guides on using GDB for debugging and binary exploitation. Additionally, resources for CTF challenges offer practical experience in identifying and mitigating security threats through hands-on exercises.

Folders Tree

.
├── README.md
├── Bounds checking
│   ├── README.md
│   ├── Test/
│   ├── Addition/
│   ├── Subtraction/
│   ├── Division/
│   └── Multiplicaion/
└── String Safety and Buffer Overflow
    ├── GDB & Binary Exploitation.md
    └── CTF lab
        ├── 112-2 NTUT 安全程式設計 Lab writeup
        ├── Practice01/
        ├── Practice02/
        ├── Practice03/
        ├── Practice04/
        └── Practice05/

About

The repository includes String Safety and Buffer Overflow prevention, with techniques to handle these vulnerabilities. It provides guides on using GDB for debugging and binary exploitation. Additionally, resources for CTF challenges offer practical experience in identifying and mitigating security threats through hands-on exercises.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published