Pinned Repositories
Chip8-Emulator
Chip-8 Emulator (1 Day Build)
Gameboy-Emulator
GameBoy Emulator - That's about it
honeypot
MiniFAT-FS
A minimal FAT filesystem created for CSE 303 (Operating Systems)
OS
Take 3?
Socks-Proxy
A Socks proxy server (versions 4 and 5) in Python
threadpool
Simple thread pool in C that wraps around pthreads
x64OS
Building an OS for the x86_64 architecture
matthewlevy97's Repositories
matthewlevy97/MiniFAT-FS
A minimal FAT filesystem created for CSE 303 (Operating Systems)
matthewlevy97/MyOS
Yep. This is a horrible name for an operating system.
matthewlevy97/Socks-Proxy
A Socks proxy server (versions 4 and 5) in Python
matthewlevy97/Chip8-Emulator
Chip-8 Emulator (1 Day Build)
matthewlevy97/Gameboy-Emulator
GameBoy Emulator - That's about it
matthewlevy97/honeypot
matthewlevy97/OS
Take 3?
matthewlevy97/threadpool
Simple thread pool in C that wraps around pthreads
matthewlevy97/x64OS
Building an OS for the x86_64 architecture
matthewlevy97/binutils-gdb
Unofficial mirror of sourceware binutils-gdb repository. Updated daily.
matthewlevy97/CardsAgainstHumanity
Initial Commit
matthewlevy97/DevOps
Project For DevOps Class
matthewlevy97/eda2
a more complex ransomware honeypot
matthewlevy97/ElfParser
matthewlevy97/Emu-Docs
matthewlevy97/EventDrivenUDPServer
Simple UDP Server that uses signals to asynchronously handle datagram packets
matthewlevy97/Exploit_Challenge
Let's take a simple Buffer Overflow and a Format String vulnerability, enable all GCC protections, and exploit it.
matthewlevy97/game
matthewlevy97/Game-Engine
A Simple Game Engine coded in Java using only native libraries
matthewlevy97/gcc
matthewlevy97/honeypot-setup-script
Honeypot (Dionaea and kippo) setup script
matthewlevy97/JarvisPy
Jarvis voice assistant. For use with Rpi3 B + Respeaker Mic Array v2.0
matthewlevy97/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
matthewlevy97/movfuscator
The single instruction C compiler
matthewlevy97/PyPot
Modular honeypot designed in Python to track exploitation attempts and scanning
matthewlevy97/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
matthewlevy97/Smart-Pointers
Smart pointer implementation in C (1 Day Build)
matthewlevy97/streaming
matthewlevy97/Trapline
matthewlevy97/Virtual-File-System
A virtual file system created in Java