From 3ec5b97a6cff2dfc77baf7c7001cef7acef2e434 Mon Sep 17 00:00:00 2001 From: Evan Guenterberg Date: Tue, 5 Mar 2024 14:47:04 -0500 Subject: [PATCH] Update a syllabus link --- js/catalog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/catalog.js b/js/catalog.js index 73a252d..f8caaaa 100644 --- a/js/catalog.js +++ b/js/catalog.js @@ -4271,7 +4271,7 @@ var CLASSES = { { name: 'Hari Kailad', email: 'emh@umd.edu' }, ], description: "An introduction to exploiting common vulnerabilities in compiled applications. Topics include an overview of C, intro to x86 assembly, buffer overflows on stack and heap, format string bugs, heap exploitation, and other special topics (kernel/browser/blockchain). Students will be able to write exploits for all the bugs learned in class, and secure their own applications.", - website: "https://drive.google.com/file/d/1i54ijQsE4lasiWYcwJ4frwXQNThkLDTl/view?usp=sharing", + website: "https://drive.google.com/file/d/18F_jwOExI1PC8TIjdLuzcXrOvsLhoDH4/view?usp=sharing", id: 208, credits: 1, },