Skip to content

hitori-chan/pe-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pe-injector

#include <disclaimer.h>
/*  Simple malware that performs PE Injection.
    This is my smol project for learning about PE files (may have some 🐞).
    Becareful! It will destroy your executables. */

preview

usage

git clone https://github.com/hitori1403/pe-injector.git
cd pe-injector
make

It will produce a file called shellcode.exe. Use it carefully!

Take a quick look at Makefile for more details.

features

  • Inject itself into others PE files in the same directory
  • TLS Injection
  • Patch PEHeader.AddressOfEntryPoint if TLS Injection fails
  • IAT Patching (needs more time)
  • Anti-Debugging (BeingDebugged flag)
  • Anti-VM based on __cpuid()
  • Simple oligomorphism with XOR and ROT128

references

About

Simple malware that performs PE Injection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published