Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# PowerLoaderEx
* Advanced Code Injection Technique for x32 / x64
* More Info: http://goo.gl/3CdZHw
# Original PowerLoader
* Known since ~2013
* Loader used in many different dropper families (Gapz / Redyms / Carberp / Vabushky ...)
* First injection technique via Return Oriented Programming technique (ROP).
* “explorer.exe” is injected using Shell_TrayWnd / NtQueueApcThread (32bit / 64bit)
# PowerLoaderEx
* Injection via shared desktop heap
* Remove dependency in Explorer.exe shared sections (more generic)
* Injection without reading memory from the target process
* 32 and 64-bit versions (same technique)
#Tested Environments
* Windows 7 32 and 64 bit.
# Authors
* BreakingMalware.com
# PowerLoaderEx
* Advanced Code Injection Technique for x32 / x64
* More Info: http://goo.gl/3CdZHw

# Original PowerLoader
* Known since ~2013
* Loader used in many different dropper families (Gapz / Redyms / Carberp / Vabushky ...)
* First injection technique via Return Oriented Programming technique (ROP).
* “explorer.exe” is injected using Shell_TrayWnd / NtQueueApcThread (32bit / 64bit)

# PowerLoaderEx
* Injection via shared desktop heap
* Remove dependency in Explorer.exe shared sections (more generic)
* Injection without reading memory from the target process
* 32 and 64-bit versions (same technique)

# Tested Environments
* Windows 7 32 and 64 bit.

# Authors
* BreakingMalware.com