czs108 / Windows-PE-PackerLinks
🗜️ A packer for Windows x86 executable files written in C and Intel x86 Assembly. The new file after packing can obstruct reverse engineering.(使用C和Intel x86汇编开发的Windows x86可执行文件打包工具,打包后的新文件可以阻碍逆向工程。)
☆344Updated 10 months ago
Alternatives and similar repositories for Windows-PE-Packer
Users that are interested in Windows-PE-Packer are comparing it to the libraries listed below
Sorting:
- An obfuscation tool for Windows which instruments the Windows Loader into acting as an unpacking engine.☆309Updated 6 years ago
- Asynchronous Procedure Calls☆236Updated 4 years ago
- DLL that hooks the NtQuerySystemInformation API and hides a process name☆293Updated 2 years ago
- A x64 Windows Rootkit using SSDT or Hypervisor hook☆554Updated 7 months ago
- Hide Process From Task Manager using Usermode API Hooking☆352Updated 4 years ago
- Process Hollowing in C++ (x86 / x64) - Process PE image replacement☆165Updated 2 years ago
- Simple x86/x86_64 instruction level obfuscator based on a basic SBI engine☆274Updated 2 years ago
- A more stealthy variant of "DLL hollowing"☆357Updated last year
- A library to develop kernel level Windows payloads for post HVCI era☆447Updated 4 years ago
- Yet another variant of Process Hollowing☆415Updated last month
- Various Process Injection Techniques☆156Updated 3 years ago
- x64 Windows kernel code execution via user-mode, arbitrary syscall, vulnerable IOCTLs demonstration☆354Updated 3 years ago
- System call hook for Windows 10 20H1☆495Updated 4 years ago
- Inline syscalls made easy for windows on clang☆720Updated last year
- Transacted Hollowing - a PE injection technique, hybrid between ProcessHollowing and ProcessDoppelgänging☆566Updated last year
- A kernel-mode rootkit with remote control☆218Updated 4 years ago
- FreshyCalls tries to make the use of syscalls comfortable and simple, without generating too much boilerplate and in modern C++17!☆343Updated 2 years ago
- PoC capable of detecting manual syscalls from usermode.☆200Updated 9 months ago
- A modern c++ implementation of windows heavens gate☆229Updated 4 years ago
- Kernel LdrLoadDll injector☆261Updated 6 years ago
- Analyze patches in a process☆256Updated 4 years ago
- Kernel Security driver used to block past, current and future process injection techniques on Windows Operating System.☆153Updated 2 years ago
- x64 Windows PatchGuard bypass, register process-creation callbacks from unsigned code☆206Updated 4 years ago
- Kernel driver loader using vulnerable gigabyte driver (https://www.secureauth.com/labs/advisories/gigabyte-drivers-elevation-privilege-vu…☆256Updated 3 years ago
- protector & obfuscator & code virtualizer☆624Updated last week
- Manual DLL Injector using Thread Hijacking.