Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
enkomio committed Dec 20, 2018
2 parents 8cde71a + 312b8ec commit 19f9a97
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,17 @@ If the above pre-conditions are satisfiedm you can inject an assembly and invoke

For practical examples see the <a href="https://github.com/enkomio/ManagedInjector/blob/master/Src/Examples/TestRunner/Program.cs">TestRunner project</a>.

### Adding dependencies
If the injected assembly has any dependencies on not standard .NET Assembly, you can add those dependencies with the ``AddDependency`` method.

### Adding external files
If the injected assembly needs to load some external file in order to work correctly (like a configuration file) you can specify them with the ``AddFile`` method. This method will copy the specified file in the working directory of the injected process.

## Build
TBD
_ManagedInjector_ is currently developed by using VisualStudio 2017 Community Edition (be sure to have the latest version installed). To build the source code be sure you have to:
* install <a href="https://www.microsoft.com/net/download">.NET Core SDK</a>
* clone the repository
* run ``build.bat``

## Versioning

Expand Down

0 comments on commit 19f9a97

Please sign in to comment.