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

Sponsoring

@raysan5

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
msh31/README.md

Hi! I'm Marco πŸ‘‹

Second-year software development student focussing on embedded systems

Currently at an internship @ Boikon where I do Computer Vision in C++ with OpenCV.

Hardware:

  • Desktop: Ryzen 7 7800X3D, 32GB RAM, RTX 5080 (CachyOS with Hyprland)
  • Laptop: MacBook Pro 16" M1 Pro, 16GB (macOS with Aerospace)

Interested in reverse engineering, systems programming and low-level (security) work.

Some projects worth checking out:

  • SaveManager - A cross-platform game save backup utility.
  • crackmes - Some simple programs I made/make to learn reverse engineering using my own code.
  • ESP32 Command & Control - Handler/Agent-like network for ESP32's using basic encryption & ESP-NOW
  • Caesar Cipher - My first C project (Ignorning the plunge I took in C++ in ~2019)
  • stash.cs - Simple CLI to create temporary backups of files.

GitHub: @msh31 - A limited mirror of my forgejo account.
Codeberg: @marco007 - A regular mirror for anything worth sharing.
Forgejo: @marco - Main source of truth for my projects

Pinned Loading

  1. SaveManager SaveManager Public

    The swiss army knife of save management

    C 19

  2. caesar-cipher caesar-cipher Public

    My implementation of this beauty in C

    C

  3. vm-detect vm-detect Public

    A C++ utility to detect whether a system is a VM or not

    C++

  4. kaprekars-constant kaprekars-constant Public

    Kaprekar's Constant implementation in Go

    Go