aaaddress1 / RunPE-In-Memory
Run a Exe File (PE Module) in memory (like an Application Loader)
☆883Updated 3 years ago
Alternatives and similar repositories for RunPE-In-Memory:
Users that are interested in RunPE-In-Memory are comparing it to the libraries listed below
- Obfuscate specific windows apis with different apis☆996Updated 4 years ago
- Inline syscalls made easy for windows on clang☆694Updated 9 months ago
- A basic Direct Kernel Object Manipulation rootkit that removes a process from the EPROCESS list, hiding it from the Task Manager☆666Updated 5 years ago
- proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC☆1,202Updated 10 months ago
- A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl☆1,187Updated 2 weeks ago
- Hide Process From Task Manager using Usermode API Hooking☆340Updated 3 years ago
- Hook system calls on Windows by using Kaspersky's hypervisor☆1,159Updated 11 months ago
- Code that allows running another windows PE in the same address space as the host process.☆439Updated 8 years ago
- A x64 Windows Rootkit using SSDT or Hypervisor hook☆535Updated 2 months ago
- A bunch of Windows anti-debugging tricks for x86 and x64.☆780Updated 3 years ago
- 🇺🇦 Windows driver with usermode interface which can hide processes, file-system and registry objects, protect processes and etc☆1,881Updated 2 years ago
- Defeating Patchguard universally for Windows 8, Windows 8.1 and all versions of Windows 10 regardless of HVCI.☆859Updated 5 years ago
- A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.☆553Updated 3 years ago
- Protected Processes Light Killer☆915Updated last year
- A library for loading dll module bypassing windows PE loader from memory (x86/x64)☆544Updated last year
- Exploiting DLL Hijacking by DLL Proxying Super Easily☆495Updated last year
- library for importing functions from dlls in a hidden, reverse engineer unfriendly way☆1,720Updated last year
- ☆805Updated 5 years ago
- 🗜️ A packer for Windows x86 executable files written in C and Intel x86 Assembly. The new file after packing can obstruct reverse engine…☆336Updated 5 months ago
- Turn off PatchGuard in real time for win7 (7600) ~ later☆1,004Updated 2 years ago
- Original C Implementation of the Hell's Gate VX Technique☆1,010Updated 3 years ago
- My implementation of enSilo's Process Doppelganging (PE injection technique)☆599Updated 2 years ago
- System call hook for Windows 10 20H1☆484Updated 3 years ago
- Windows NT Syscall tables☆1,254Updated last month
- Detours with just single dependency - NTDLL☆619Updated 2 years ago
- The functions interception library written on pure C and NativeAPI with UserMode and KernelMode support