Skip to content

This project will help you to create a dynamic run time executable with c# code, you write c# code in textbox and click run it will create executable of that c# code. In simple words this is c# compiler.

License

Notifications You must be signed in to change notification settings

Jhangju/c-sharp-compiler-at-runtime-create-executable-using-c-sharp-dynamic-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c-sharp-compiler-at-runtime-create-executable-using-c-sharp-dynamic-code

This project will help you to create a dynamic run time executable with c# code, you write c# code in textbox and click run it will create executable of that c# code. In simple words this is c# compiler.


(NOTE: Just run the same code two times and create two executable then check both signature/hash values (virustotal.com). Both will be different. So every time you use this compiler to compile the code it will build the executable with new hash/signature even with same code. )
Purpose:

  1. Compiler
  2. Malware signature changing .
  3. Malware detection bypassing.
  4. Red team tool.
  5. File detection bypassing.

Usage:
  1. Enter code in big textbox & click RUN.
  2. Find exe of name you given in same path .
  3. Double click the executable.

1

2

3

About

This project will help you to create a dynamic run time executable with c# code, you write c# code in textbox and click run it will create executable of that c# code. In simple words this is c# compiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages