https://github.com/xaff-xaff/heap-injection
Example of C# heap injector for x64 and x86 shellcodes
https://github.com/xaff-xaff/heap-injection
hacking-tool injector-x32 injector-x64 shellcode-injection shellcode-loader
Last synced: about 1 year ago
JSON representation
Example of C# heap injector for x64 and x86 shellcodes
- Host: GitHub
- URL: https://github.com/xaff-xaff/heap-injection
- Owner: XaFF-XaFF
- Created: 2023-01-01T20:27:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T20:54:19.000Z (over 3 years ago)
- Last Synced: 2025-03-18T20:40:46.527Z (about 1 year ago)
- Topics: hacking-tool, injector-x32, injector-x64, shellcode-injection, shellcode-loader
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heap Injection
Example of C# heap injector for x64 and x86 shellcodes
### Undetectibility
I recommend encoding shellcodes with XOR or using [SGN Encoder](https://github.com/EgeBalci/sgn) to keep injector undetectable