PowerSploit/CodeExecution/Invoke-ReflectivePEInjectio.../DemoExe/DemoExe_MD
Matt Graeber dfec277813 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
2013-05-31 19:35:26 -04:00
..
DemoExe_MD.cpp Added Invoke-ReflectivePEInjection 2013-05-31 19:35:26 -04:00
DemoExe_MD.vcxproj Added Invoke-ReflectivePEInjection 2013-05-31 19:35:26 -04:00
DemoExe_MD.vcxproj.filters Added Invoke-ReflectivePEInjection 2013-05-31 19:35:26 -04:00
ReadMe.txt Added Invoke-ReflectivePEInjection 2013-05-31 19:35:26 -04:00
stdafx.cpp Added Invoke-ReflectivePEInjection 2013-05-31 19:35:26 -04:00
stdafx.h Added Invoke-ReflectivePEInjection 2013-05-31 19:35:26 -04:00
targetver.h Added Invoke-ReflectivePEInjection 2013-05-31 19:35:26 -04:00

ReadMe.txt

========================================================================
    CONSOLE APPLICATION : DemoExe_MD Project Overview
========================================================================

AppWizard has created this DemoExe_MD application for you.

This file contains a summary of what you will find in each of the files that
make up your DemoExe_MD application.


DemoExe_MD.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

DemoExe_MD.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

DemoExe_MD.cpp
    This is the main application source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named DemoExe_MD.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////