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

Invoke-ReflectivePEInjection: NtCreateThreadEx isn't exported in WinXP #92

Closed
PowerShellMafia opened this issue Dec 15, 2015 · 1 comment
Labels
Milestone

Comments

@PowerShellMafia
Copy link
Collaborator

This issue affects Invoke-ReflectivePEInjection and any code that relies upon it (e.g. Invoke-Mimikatz). Invoke-ReflectivePEInjection should not attempt to resolve the address for NtCreateThreadEx if it is running XP. NtCreateThreadEx is only ever used for Win Vista and Win 7 anyway. This will cause an exception to be thrown in XP.

@PowerShellMafia
Copy link
Collaborator Author

Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants