Skip to content
View guillaC's full-sized avatar
Block or Report

Block or report guillaC

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
guillaC/README.md
🌱 Always in pursuit of learning and continuous improvement.
βš™οΈ Developer primarily focused on .NET technologies.
πŸ“š Currently exploring Blazor.
🀝 Open to collaborations and discussions.
🎨 Also, check out my artistic page on Instagram: uglyteapot.
stats graph languages graph

Pinned

  1. SQLiteDiskExplorer SQLiteDiskExplorer Public

    SQLiteDiskExplorer enables you to explore, catalog, and batch extract SQLite files from disks and removable media.

    C# 11

  2. BatchObfuscator BatchObfuscator Public

    Obfuscator for batch script

    C# 54 19

  3. NotePrivee NotePrivee Public

    Simple self destructing note site

    C# 13 6

  4. privateNote privateNote Public

    Simple self destructing note site

    PHP 50 13

  5. wsManager wsManager Public archive

    Webshell Manager

    C# 117 31

  6. extract .h from .c files extract .h from .c files
    1
    @ECHO OFF
    2
    SETLOCAL enableextensions
    3
    :start
    4
    SET /P project="project path:"
    5
    SET /P save="save path:"