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.

Content in all repositories owned by your account will be closed.
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 πŸ‘‹

Third-year software development student doing systems programming and reverse engineering.

Currently Focusing on

  • C++23
  • Desktop Apps
  • Reverse Engineering

History

  • 2016: Got interested in software and hardware, starting out with C# WinForms apps & simple game trainers
  • 2018: Started doing reverse engineering where I learnt to use tools like x64dbg and Cheat Engine.
  • 2020: Co-developed a game modification and learnt to manage commercial software and handle user feedback.
  • 2021: Developed several mod extensions for various games.
  • 2023: Finished my general IT education and started to focus on software.
  • Today: Finishing the 3rd (final) year of software development before moving on to study Mechatronics

Projects

Other cool projects

  • Desktop Template - A C++ template for building cross-platform desktop apps with ImGui and OpenGL
  • icon-converter - A program to convert Unicode codepoints (hex) to UTF-8 byte sequences
  • c4 - My programming language that transpiles to C, written in C99 that is NOT finished
  • savegame research - My research of parsing the data inside RAGE Engine savegames

Pinned Loading

  1. SaveManager SaveManager Public

    The swiss army knife of save management

    C++ 24

  2. desktop-app-template desktop-app-template Public template

    A C++ template for building cross-platform desktop apps with ImGui and OpenGL

    C++ 1

  3. rage-save-research rage-save-research Public

    C++

  4. brainfuck-rs brainfuck-rs Public

    A dreadful experience

    Rust

  5. caesar-cipher caesar-cipher Public

    My implementation of this beauty in C

    C

  6. kaprekars-constant kaprekars-constant Public

    Kaprekar's Constant implementation in Go

    Go