Repository navigation

#

runpe

Run a Exe File (PE Module) in memory (like an Application Loader)

C++
922
5 年前

A VBA implementation of the RunPE technique or how to bypass application whitelisting.

VBA
815
6 年前

Demos of various injection techniques found in malware

C
792
4 年前

pure-python implementation of MemoryModule technique to load dll and unmanaged exe entirely from memory

Python
329
1 年前

ChimeraPE (a PE injector type - alternative to: RunPE, ReflectiveLoader, etc) - a template for manual loading of EXE, loading imports payload-side

C
224
3 年前

RunPE implementation with multiple evasive techniques

C
189
9 天前

Process Hollowing in C++ (x86 / x64) - Process PE image replacement

C++
169
2 年前

Hide malware behind a legit process C#

C#
125
6 年前

Cronos Crypter is an simple example of crypter created for educational purposes.

C#
102
1 年前

ZwProcessHollowing is a x64 process hollowing project which uses direct systemcalls, dll unhooking and RC4 payload decryption

C++
89
3 年前

execute a PE in the address space of another PE aka process hollowing

Go
59
4 年前

Simple protector to show how to run a payload without dropping it using RunPE Technique

C#
35
8 年前

RunPE using Hell's Gate technique.

C
32
5 年前

Golang version of https://github.com/hasherezade/libpeconv

Go
27
6 年前

Advanced Windows application loader featuring secure authentication, automatic updates, and in-memory PE execution. Built with C++, ImGui, and DirectX 9.

C++
22
1 个月前