mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 15:59:24 +00:00
updates and moves
n/a
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# inject_shellcode
|
||||
Small compendium of injection techniques commonly used in malware demonstrated on metasploit-generated shellcode<br/>
|
||||
|
||||
Various objects of injection:<br/>
|
||||
+ existing process (found by name)
|
||||
+ newly created process
|
||||
|
||||
Demonstrated methods:<br/>
|
||||
+ Running shellcode in a new thread
|
||||
+ Adding shellcode into existing thread (using NtQueueApcThread)
|
||||
+ Patching Entry Point of the process
|
||||
+ Patching context of the process
|
||||
+ Injecting into Tray Window (using SetWindowLong)
|
||||
Reference in New Issue
Block a user