An open API service indexing awesome lists of open source software.

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/

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}
```