Skip to content
View msh31's full-sized avatar
🌴
🌴

Block or report msh31

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
msh31/README.md

Hey! πŸ‘‹ I'm Marco

I'm a tech enthusiast who loves diving deep into how things work. When I'm not coding, you can find me tinkering with hardwaree or exploring new technologies. Currently, I'm studying Software Development in The Netherlands and I'm passionate about systems programming and understanding technology at its core.

⭐ Featured Projects

Sentinel βš’οΈ | Work in progress!

This is my passion project where I'm building a Windows security SDK. This is a project where I learn about anti-debug techniques and VM detection. I'm excited to share it with the community and get feedback!

I built this simple HTTP 1.1 server from scratch in C++ to really understand the HTTP protocol. It was a great learning experience and I'm proud of how it turned out!

ESP32 Command & Control | Work in progress!

A simple handler-agent network using the ESP-NOW protocol and 3 ESP32s. It features a star topology network with basic encryption and a CLI to send commands to agents. This project has been a great way to understand wireless communication and network security!

A very, very simple bootloader to mess with writing assembly and learning about Operating Systems. It's a small project, but it's taught me a lot already!

πŸ› οΈ What I Build With

Here are the tools and languages I love working with. Each one has its own charm and I'm always eager to learn more!

Category Technologies What I Use Them For
Systems & Low-Level C++, C, Assembly, Rust Games, security tools, network applications, cryptography, x86-64 fundamentals
Application Development C#, Go, PHP, MySQL, MariaDB Desktop apps with AvaloniaUI, CLI tools, web applications, database design
Web Technologies JavaScript, TailwindCSS, Astro Interactive frontends, casino webgame, modern styling, static sites
Operating Systems Windows, Linux, macOS Development environments, system administration, and exploring different OS features
Development Tools Docker, Git Containerization, version control

Currently looking for internship opportunities where I can apply my skills and learn from experienced professionals. Feel free to reach out if you know of any exciting opportunities!

πŸ‘¨β€πŸ’» Connect With Me

Portfolio β€’ Discord

Pinned Loading

  1. SaveManager SaveManager Public

    A local savegame manager for Ubisoft Games

    C# 2

  2. sentinel sentinel Public

    A Windows security SDK with modular architecture

    C++

  3. caesar-cipher caesar-cipher Public

    My implementation of this beauty in C

    C

  4. http-server http-server Public

    A simple HTTP 1.1 server to understand the fundamentals of the HTTP protocol

    C++ 1

  5. marcos-casino marcos-casino Public

    Simple webgame made using JavaScript

    JavaScript

  6. esp32-command-control esp32-command-control Public

    a simple network using esp-now

    C