Skip to content

Invoke-ReflectivePEInjection crashes PowerShell in Windows 10 1909 #9

Description

@d4rk-d4nph3

Problem

Using Invoke-ReflectivePEInjection crashes the host PowerShell process.

Environment

Microsoft Windows 10 Pro 1909 Build 18363.1256

How to recreate

copy C:\Windows\System32\calc.exe .
$PEBytes = [IO.File]::ReadAllBytes('C:\Users\Anon\calc.exe')
Invoke-ReflectivePEInjection -PEBytes $PEBytes

Crash Artifacts

WerFault.exe is invoked by PowerShell and svchost signaling the crash of the former.

image

Note: 404 is PID of the PowerShell process.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions