Skip to content
View AnubyteCode's full-sized avatar

Block or report AnubyteCode

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
AnubyteCode/README.md
  • 👋 Hi, I’m @AnubyteCode
  • 👀 I’m interested in your day.
  • 🌱 I’m currently learning how to do more than cut/copy/paste. It's going ok.
  • 💞️ I’m looking to collaborate on user experience design & performane/security enhancements.
  • 📫 How to reach me ...keep reaching. I'm up there, in "discussions."
  • 😄 Pronouns: ლ(ಠ▃ಠლ)
  • ⚡ Fun fact: Ethereum things can be sent to me at the 0x0 below.
  • ♻️ --------- 0x32bC3922037d1fCc3b2fB0dC7B2Cb04E129B6F21

Pinned Loading

  1. nvidiaProfileInspector nvidiaProfileInspector Public

    Forked from Orbmu2k/nvidiaProfileInspector

    UPDATE: Orbmu2k seems to have returned. (old: nvidiaProfileInspector has been left for dead, send me your discoveries and I will incorporate them into releases.)

    C# 21

  2. IsoCreator2025 IsoCreator2025 Public

    Forked from simonwgill/isocreator-4.5

    Fork of fork of IsoCreator, for .net 4.8 w/ dark mode support.

    C#

  3. SafeRing0 SafeRing0 Public

    SafeRing0: A secure/limited alternative to WinRing0

    C

  4. TauControls TauControls Public

    A small library of a few simple window controls like button, checkbox, divider, slider and some other. If you need non-standard controls to your program, the TauControls might be the right thing. E…

    C++

  5. Remove duplicate entries from .reg f... Remove duplicate entries from .reg files - Powershell Module
    1
    function Clean-Regfile {
    2
        [CmdletBinding()]
    3
        param (
    4
            [Parameter(Mandatory = $true)]
    5
            [ValidateScript({
  6. port_authority.ps1 port_authority.ps1
    1
    # Blocks the most commonly exploited ports, and unblocks them for debugging access issues.
    2
    
                  
    3
    # Define the ports to be blocked
    4
    $ports = "20,22-23,25,43-46,48-50,52,54,56,63,70,77,79,81,85-87,90,96-99,101-103,105-107,109-111,113,135,137-139,445,666,1433-1434,1900,3000,5353,5900,6379,11211"
    5