Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/u1f383/Software-Security-2021-2022
2021 交大程式安全 binary exploit 課程教材
https://github.com/u1f383/Software-Security-2021-2022
Last synced: 2 months ago
JSON representation
2021 交大程式安全 binary exploit 課程教材
- Host: GitHub
- URL: https://github.com/u1f383/Software-Security-2021-2022
- Owner: u1f383
- Created: 2021-11-24T02:45:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T09:43:37.000Z (7 months ago)
- Last Synced: 2024-08-01T11:08:36.313Z (6 months ago)
- Language: C
- Size: 31.4 MB
- Stars: 235
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 交大程式安全 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 題目
...
```