From 7712b20f39d401a0aeaab775102b249af2150255 Mon Sep 17 00:00:00 2001 From: leechristensen Date: Sun, 14 Dec 2014 18:09:38 -0700 Subject: [PATCH] Created README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..01bab2d --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +UnmanagedPowerShell +=================== + +Executes PowerShell from an unmanaged process. With a few modifications, these same techniques can be used when injecting into different processes (i.e. you can cause any process to execute PowerShell if you want).