https://github.com/diohabara/cs6332-22f
https://cs6332-f22.syssec.org/
https://github.com/diohabara/cs6332-22f
graduate security utd
Last synced: over 1 year ago
JSON representation
https://cs6332-f22.syssec.org/
- Host: GitHub
- URL: https://github.com/diohabara/cs6332-22f
- Owner: diohabara
- License: mit
- Created: 2022-08-26T14:43:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T20:30:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T03:25:11.866Z (over 1 year ago)
- Topics: graduate, security, utd
- Language: C
- Homepage:
- Size: 21.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS 6322 System Security and Binary Program Analysis 2022 Fall
## write-ups
- [Unit2-1](unit2-1/write-up.md)
- [Unit2-2](unit2-2/write-up.md)
- [Unit3](unit3/unit3-txk220008/README.md)
- [Unit4](unit4/txk220008-lab04/README.md)
## how to compress directories
```bash
zip -r unit{2-1,2-2,3,4}.zip unit{2-1,2-2,3,4}
```