Skip to content

currykai/Software-Security-2021-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

交大程式安全 binary exploit 教材

這個 repo 為 2021 與 2022 年交大的程式安全,2021 年的第三週課程由另一名助教 @kia 所負責,請參考 2021 與 2022 目錄下的 README.md。

目錄的結構如下:

.
├── Dockerfile # 建構 pwnbox
├── snippet # pwnbox 的執行腳本
├── week1
│   ├── Pwn-w1.pdf # 投影片
│   ├── demo # 範例
│   │   ├── demo1
│   │   └── ...
│   ├── hw # 作業
│   │   ├── hw1
│   │   ├── ...
│   │   └── exp # 在 deadline 結束後會更新參考解答
│   └── lab # 課堂習題
│       ├── lab1
│       ├── ...
│       └── exp
├── week2
├── quals # AIS3 EOF qualify 題目
...

About

2021 交大程式安全 binary exploit 課程教材

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.2%
  • Python 25.7%
  • Dockerfile 3.6%
  • Makefile 1.8%
  • Shell 1.5%
  • JavaScript 1.2%