From 2da3ff5091a75ee1ff919f88763c79f5ccc29412 Mon Sep 17 00:00:00 2001 From: Zeshan Basaran <116126778+zeshanbasaran@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:52:54 -0500 Subject: [PATCH] Update README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index fd903645e6de..d9f1979a2beb 100644 --- a/README +++ b/README @@ -1,3 +1,16 @@ +# Linux - Modified USB Driver + +Forked from https://github.com/torvalds/linux/tree/master. + +For COSC439 final report, our team's goal is to To reverse engineer the +Linux USB driver by identifying system calls, finding the +implementation of these calls, and understanding how their implementation +works. The driver will be modified to implement automatic encryption of +files added to a USB flash drive and introduce user authentication for +accessing the files. + + + Linux kernel ============