Repo containing some work I've done throughout my degree.
Scripts I wrote for a Linux module
Small programs demonstating Linux system programming using semaphores / threads etc.
Arduino projects written in pure C.
-Project1: Cycles through LEDS using an ADC and Timer
-Project2: Controls a DC motor via commands send from the keyboard through an emulated serial interface.
One file is my solution to the "Max Vector" problem.
There is also a simple shift cipher program.
A rudimentary malware scanner written primarily in Node.js / Javascript. It consists of a client/server and requires an SQL database to operate properly, which is not on this repo.
It performs quite well:
- 30GB / 17k files in 7 minutes
- The server can process multiple clients
- The system is capable of detecting real, live malware
If you want to see it functioning or would like the accompanying report, feel free to contact me.
A forensics tool to read the MBR of an imaged disk.
Also displays information about deleted files contained within the image.
The web front-end to a movie rental project.
Not pretty but it works.