Skip to content

5l1v3r1/CodeInjectionSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeInjectionSharp

Inject machine code at machine code by hooking JIT at runtime

Moved to phillyai/CoreCLRCustomJIT

static void Main(string[] args)
{
    Hook();
    Console.WriteLine(One());

    Console.Read();
}

static int One()
{
    return 1;
}
2

About

C# Inject machine code at runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%