Skip to content
View pr0Igor's full-sized avatar
๐Ÿ’ญ
๐Ÿค– ๐Ÿ’ญ ๐Ÿ™Š
๐Ÿ’ญ
๐Ÿค– ๐Ÿ’ญ ๐Ÿ™Š

Block or report pr0Igor

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
pr0Igor/README.md

Damn I look good in this. ๐Ÿ”ฅ

Pinned Loading

  1. NRedirect NRedirect Public

    Forked from BepInEx/NRedirect

    Gain early code execution in a .NET application without patching any files

    C#

  2. ProjFileTools ProjFileTools Public

    Forked from dotnet/ProjFileTools

    Tools for enhanced editing of MSBuild proj files in Visual Studio 2022

    C#

  3. .NET Quick reference .NET Quick reference
    1
    ## Injecting custom code in .NET applications
    2
    ### How to inject managed code to run before the main application's entry point
    3
    [Host startup hook .NET Core 3+](https://github.com/dotnet/runtime/blob/main/docs/design/features/host-startup-hook.md)
    4
    
                  
    5
    ### Excellent blog by co-owner of [BepInEx](https://github.com/BepInEx/BepInEx) project