Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit dfec277

Browse files
author
Matt Graeber
committed
Added Invoke-ReflectivePEInjection
Another awesome addition from Joe Bialek. Invoke-ReflectivePEInjection is a vast improvement over Invoke-ReflectiveDllInjection. It adds the following features: * Now supports loading exe files in memory * Supports reflective dll injection into a remote process * Additional sample Visual Studio solutions
1 parent 6e5338c commit dfec277

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4246
-1551
lines changed

CodeExecution/CodeExecution.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ModuleList = @(@{ModuleName = 'CodeExecution'; ModuleVersion = '1.0.0.0'; GUID =
7474

7575
# List of all files packaged with this module
7676
FileList = 'CodeExecution.psm1', 'CodeExecution.psd1', 'Invoke-Shellcode.ps1', 'Invoke-DllInjection.ps1',
77-
'Invoke-ShellcodeMSIL.ps1', 'Invoke-ReflectiveDllInjection.ps1', 'Watch-BlueScreen.ps1', 'Usage.md'
77+
'Invoke-ShellcodeMSIL.ps1', 'Invoke-ReflectivePEInjection.ps1', 'Watch-BlueScreen.ps1', 'Usage.md'
7878

7979
# Private data to pass to the module specified in RootModule/ModuleToProcess
8080
# PrivateData = ''
Binary file not shown.

CodeExecution/DemoReflectiveDLL/DemoDLL/DemoDLL.vcxproj.user

Lines changed: 0 additions & 3 deletions
This file was deleted.

CodeExecution/Invoke-ReflectiveDllInjection.ps1

Lines changed: 0 additions & 1545 deletions
This file was deleted.

CodeExecution/Invoke-ReflectivePEInjection.ps1

Lines changed: 2852 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)