← back to reliquary

process-injection

2 files

README

Process Injection Technique

This repo consists of a basic self-injecting malware technique that is commonly seen in many different malicious files and families. Be sure to implement your own custom shellcode and encrypt it to try and beat Windows Defender and other end point security solutions!

Message Box:

image

This PoC is currently targetting Microsoft Edge! Make sure that it is running and you should be able to allocate memory within the process space of MS Edge, write the shellcode into that newly allocated region, and lastly execute the shellcode.

source code

viewer

select a file
// click a file to view source

license

MIT License Copyright (c) 2026 0xXyc / SWIZ_SECURITY Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. USE AT YOUR OWN RISK. NO WARRANTY PROVIDED.
download .zip // inspect all source before execution