Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 729 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 729 Bytes

Class Injector

Class Injection tool for .NET

Features

  • Class Injection.

Example :

injector

Before : (Injected EntryPoint)

1

After :

2

Usage :

  • Add the class you want to inject and modify the codes accordingly (There are explanations in the codes)