Update README

This commit is contained in:
Zeshan Basaran 2024-11-19 00:52:54 -05:00 committed by GitHub
parent 906bd684e4
commit 2da3ff5091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
README
View File

@ -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
============