这门课将 Project 设计为文字冒险游戏,你需要利用课上所学的知识,破解 the formerGobian Union遗留的卫星,窃取虚拟主机中的文件内容,了解背后的惊天阴谋(大雾)。 个人实现:YoungY620/ucb-cs161-computer-security (github.com) Project 1 的意义并不在于学习内存漏洞攻击的技巧(毕竟都是已知的,且已经开发出补丁的...
For comprehensive documentation, see the Project 2 Spec (https://cs161.org/proj2/getting-started-coding/). Write your implementation in client/client.go, and your tests in client_test/client_test.go. To test your implementation, run go test -v inside of the client_test directory.About...