Skip to content

This is my first experience making a crypter. This software gets .Net EXE file and outputs .cs uncompiled stub code

Notifications You must be signed in to change notification settings

Asaf-Zanjiri/L-Crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

L-Crypt

This is my first experience making a crypter. This software gets .Net EXE file and outputs .cs uncompiled stub code This project is still a WIP. I'm working on it whenever I have free time. In the future i'll try to improve the detection rate.

Update

Currently working on my own implementations of process-hollowing

Detections

I've tested it using antiscan.me with r77 rootkit compiled executable.

Before Crypt:

image

After Crypt:

image

Credits

  • XenCrypt Project - Inspiration for how the crypter should work.
  • gigajew - Reflective Loading/Load Assembly code to run the exe in memory.
  • Internet Articles - For knowledge on the topic and simple evading methods ideas.

About

This is my first experience making a crypter. This software gets .Net EXE file and outputs .cs uncompiled stub code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages