Skip to content
View gnr23's full-sized avatar

Block or report gnr23

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories Loading

  1. ExternalMemoryAccess ExternalMemoryAccess Public

    C++ console code. Using advanced Windows API functions such as, WriteProcessMemory(), ReadProcessMemory(), OpenProcess(), GetProcId(), I study the inner workings of the Windows OS and how we can ac…

    C++ 1

  2. Math-Calculator Math-Calculator Public

    my very first application. A calculator in C# terminal with history and memory list functionality

    C#

  3. health health Public

    "Habit Tracker" Console Application, with C#, Sqlite.

    C#

  4. Monkeys-everywhere Monkeys-everywhere Public

    MAUI MVVM Base view model creation monkey finder service that goes off the internet with http client and puts feed into a list with a view model that is data bound

    C#

  5. RockPaperScissors RockPaperScissors Public

    C# terminal app. Rock Paper Scissors

    C#

  6. ExternalMemoryReader ExternalMemoryReader Public

    basic external memory reader written in C++. It uses ReadProcessMemory and WriteProcessMemory APIs to modify an object that belongs to a class in another program.

    C++